Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbdchd committed Apr 25, 2024
1 parent 1779422 commit e6d6190
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/web_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
run: poetry install
- name: Run squawk
working-directory: "backend"
run: ./s/squawk.py
run: python ./s/squawk.py
- uses: sbdchd/squawk-action@v1
with:
pattern: "backend/recipeyak/migrations/*.sql"
Expand Down
2 changes: 0 additions & 2 deletions web_api/s/squawk.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/sh python3

import logging
import os
import re
Expand Down

0 comments on commit e6d6190

Please sign in to comment.