Skip to content

Commit 29b9677

Browse files
committed
updated github actions
1 parent 05f6cd5 commit 29b9677

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,11 @@ jobs:
3434
run: |
3535
uv sync --locked --all-extras --dev
3636
37-
# - name: Lint with ruff
38-
# working-directory: ./
39-
# run: make lint
37+
- name: Lint with ruff
38+
run: ruff check .
4039

41-
# - name: Security check with bandit
42-
# working-directory: ./
43-
# run: make secure
40+
- name: Security check with bandit
41+
run: bandit -c pyproject.toml -r .
4442

4543
# - name: Run tests with pytest
4644
# working-directory: ./

0 commit comments

Comments
 (0)