Skip to content

Commit

Permalink
Added Github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixWu1110 committed Jul 14, 2024
1 parent 5560f12 commit 3f543bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: docker-compose run --rm app sh -c "python manage.py test"
# Linting
- name: Lint
run: docker-compose run -- rm app sh -c "flake8"
run: docker-compose run --rm app sh -c "flake8"

0 comments on commit 3f543bd

Please sign in to comment.