Skip to content

Commit

Permalink
chore: try
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek committed Sep 11, 2024
1 parent 62414c1 commit 2f6896e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: 'actions/checkout@v1'
- uses: "actions/checkout@v1"
with:
fetch-depth: 2
- uses: borales/[email protected]
Expand All @@ -12,7 +12,8 @@ jobs:
with:
cmd: run build
- name: Check diff
run: git diff --quiet || { echo "You forgot to run 'yarn run build'"; exit 1; }
run: git diff
# run: git diff --quiet || { echo "You forgot to run 'yarn run build'"; exit 1; }

name: Generated content is up to date
on:
Expand Down

0 comments on commit 2f6896e

Please sign in to comment.