Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 238820c

Browse files
authored
Merge pull request #235 from snok/sondrelg/linting
Replace linting job
2 parents 0bb6fa0 + f2d2e18 commit 238820c

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,7 @@ jobs:
66
linting:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
10-
- uses: actions/setup-python@v2
11-
with:
12-
python-version: 3.9
13-
- uses: actions/cache@v2
14-
with:
15-
path: |
16-
~/.cache/pip
17-
~/.cache/pre-commit
18-
key: ${{ runner.os }}-pip-2
19-
restore-keys: |
20-
${{ runner.os }}-pip-
21-
${{ runner.os }}-
22-
- run: python -m pip install pre-commit pylint
23-
- run: pre-commit run --all-files
9+
- uses: snok/.github/workflows/linting@main
2410
test:
2511
# ---------------------------------------------------
2612
# Documentation and examples can be found at

0 commit comments

Comments
 (0)