We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29b7ca commit 9126182Copy full SHA for 9126182
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Check that all static analysis tools run without errors
43
run: |
44
poetry install # so somesy can check itself
45
- poetry run poe lint --all-files
+ somesy sync
46
git diff
47
poetry run poe lint --all-files
48
0 commit comments