Skip to content

Commit

Permalink
squashed commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hnthh committed Apr 15, 2024
1 parent c6983f4 commit a2dbdfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
env:
DATABASE_URL: postgres://postgres:secret@localhost:5432/postgres

- name: lint generated project (and its template)
run: poetry install && make lint
working-directory: testproject

build-docker-image:
needs: bootstrap
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion hooks/post_gen_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ poetry run isort src/users/migrations/0001_initial.py

poetry run python src/manage.py migrate

make fmt lint test
make test

0 comments on commit a2dbdfc

Please sign in to comment.