Skip to content

Commit dbaf6db

Browse files
[repo-helper] Configuration Update (repo-helper#54)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 203360c commit dbaf6db

6 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: "actions/checkout@v6"
2323

2424
- name: Check for changed files
25-
uses: dorny/paths-filter@v2
25+
uses: dorny/paths-filter@v4
2626
id: changes
2727
with:
2828
list-files: "json"

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: "actions/checkout@v6"
2828

2929
- name: Check for changed files
30-
uses: dorny/paths-filter@v2
30+
uses: dorny/paths-filter@v4
3131
id: changes
3232
with:
3333
list-files: "json"

.github/workflows/python_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Check for changed files
3636
if: startsWith(github.ref, 'refs/tags/') != true
37-
uses: dorny/paths-filter@v2
37+
uses: dorny/paths-filter@v4
3838
id: changes
3939
with:
4040
list-files: "json"

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Check for changed files
3737
if: startsWith(github.ref, 'refs/tags/') != true
38-
uses: dorny/paths-filter@v2
38+
uses: dorny/paths-filter@v4
3939
id: changes
4040
with:
4141
list-files: "json"

.github/workflows/python_ci_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Check for changed files
3636
if: startsWith(github.ref, 'refs/tags/') != true
37-
uses: dorny/paths-filter@v2
37+
uses: dorny/paths-filter@v4
3838
id: changes
3939
with:
4040
list-files: "json"

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ bare-ignore:
2323

2424
lint: unused-imports incomplete-defs bare-ignore
2525
tox -n qa
26+
27+
uncomm:
28+
git status -uall --ignored
29+
30+
# Custom commands can be added below this comment

0 commit comments

Comments
 (0)