Skip to content

chore: readme updates #8

chore: readme updates

chore: readme updates #8

Workflow file for this run

name: bookstore-optic
on:
push:
branches:
- main
paths:
- ci/github-actions-bookstore/**
pull_request:
paths:
- ci/github-actions-bookstore/**
workflow_call:
jobs:
diff-all:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: opticdev/action@v1
with:
# Your Optic Cloud Token
optic_token: ${{ secrets.OPTIC_TOKEN }}
# A GitHub token with `pull-requests: write` permissions scope
github_token: ${{ secrets.GITHUB_TOKEN }}
# true: standard check failures will cause this action to fail
# false: standard check failures will show in PR comments and in Optic Cloud but will not cause the action to fail
standards_fail: true