Skip to content

Commit

Permalink
feat: include safety checks
Browse files Browse the repository at this point in the history
  • Loading branch information
gablooge committed Apr 5, 2024
1 parent 343ad75 commit 6c87d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
poetry export --output requirements-dev.txt --with dev
pip install -r requirements-dev.txt
poetry run scripts/lint.sh
poetry run scripts/lint.sh --include-safety
- name: Run tests
run: |
cp .env.example .env
Expand Down

0 comments on commit 6c87d3a

Please sign in to comment.