We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce6a9cf commit 6eb65dcCopy full SHA for 6eb65dc
.github/workflows/pre-commit.yml
@@ -10,12 +10,12 @@ jobs:
10
11
steps:
12
- name: Install Python
13
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
14
with:
15
python-version: '3.10'
16
17
- name: Checkout code
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
20
- name: Setup environment
21
run: |
@@ -24,4 +24,4 @@ jobs:
24
25
- name: Run precommit check
26
27
- pre-commit run --file tests/* --files demos/*
+ pre-commit run --all
0 commit comments