Skip to content

Commit

Permalink
ci(check): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Mar 14, 2024
1 parent 5c60057 commit 02a60fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
if: steps.cached-venv.outputs.cache-hit != 'true'
run: make install-dev
- name: type-check code
run: make lint
run: make type-check

# https://github.com/marketplace/actions/alls-green#why used for branch protection checks
check-check:
Expand Down

0 comments on commit 02a60fc

Please sign in to comment.