Skip to content

Commit

Permalink
fixed a typo in the check style command
Browse files Browse the repository at this point in the history
  • Loading branch information
duketemon committed Apr 23, 2023
1 parent 0b1247a commit 549d9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
# install deps
poetry install
# style check
make check
make style
# unit tests
make tests

0 comments on commit 549d9db

Please sign in to comment.