Skip to content

Commit

Permalink
ci: rename step
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuVeber committed Jun 3, 2024
1 parent 5645885 commit 6b9202f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/redocly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- name: Run Redocly Lint
run: npm run redocly:lint --if-present

- name: Is the bundle up to date?
- name: Check that bundle is up to date
run: "npm run redocly:bundle && [[ -n $(git status --porcelain) ]] && exit 1 || :"

0 comments on commit 6b9202f

Please sign in to comment.