Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed Jun 18, 2024
1 parent 51569cc commit f904f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
pip install -e ".[docs,lint]"
- name: Run mypy
shell: bash
run: mypy google-sheets tests
run: mypy google_sheets tests

- name: Run bandit
shell: bash
run: bandit -c pyproject.toml -r google-sheets
run: bandit -c pyproject.toml -r google_sheets

- name: Run Semgrep
shell: bash
Expand Down

0 comments on commit f904f3b

Please sign in to comment.