Skip to content

Commit

Permalink
Fix step name to reflect new enum-check.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Nov 15, 2024
1 parent 8eebc17 commit 6239e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Noop
run: "true"
checks:
name: tox -e format-check,lint-check,typecheck,vendor-check,package,docs
name: tox -e format-check,lint-check,typecheck,enum-check,vendor-check,package,docs
needs: org-check
runs-on: ubuntu-24.04
steps:
Expand Down

0 comments on commit 6239e83

Please sign in to comment.