Skip to content

Commit

Permalink
CI: Bump lint-python and other actions in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed Sep 7, 2023
1 parent af06cd6 commit 137e4ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: CERT-Polska/lint-python-action@v1
- uses: CERT-Polska/lint-python-action@v2
with:
source: karton/
unittest:
Expand All @@ -20,8 +20,8 @@ jobs:
minor: [9, 10, 11]
libmagic: [FILE5_40, FILE5_41, FILE5_42]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.${{ matrix.minor }}
- name: Cache libmagic.so
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ force_grid_wrap = 0
use_parentheses = true
ensure_newline_before_comments = true
line_length = 88

[tool.lint-python]
lint-version = "2"
source = "karton/"

0 comments on commit 137e4ab

Please sign in to comment.