Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matijakolaric authored Dec 11, 2024
1 parent 112cf5d commit 4e7a2aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose --line-length 79 --exclude music_publisher/migrations"
Expand All @@ -29,6 +29,7 @@ jobs:
strategy:
matrix:
python: ['3.11', '3.12', '3.13']
postgresql-version: [15, 16]

steps:
- name: Checkout
Expand Down

0 comments on commit 4e7a2aa

Please sign in to comment.