Skip to content

Commit 0d73ea4

Browse files
committed
move linter
1 parent 248bf04 commit 0d73ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
uses: actions/setup-python@v5.0.0
2222
with:
2323
python-version: "3.11"
24+
- name: Lint/test with pre-commit 2
25+
uses: pre-commit/action@v3.0.1
2426
- name: Install dependencies
2527
run: |
2628
sudo apt-get update
@@ -38,8 +40,6 @@ jobs:
3840
ls -la
3941
export
4042
SKIP=no-commit-to-branch pre-commit run --all-files -v --hook-stage post-merge
41-
- name: Lint/test with pre-commit 2
42-
uses: pre-commit/action@v3.0.1
4343
4444
test:
4545
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)