File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 3838
3939 - name : Check for changed files
4040 if : startsWith(github.ref, 'refs/tags/') != true
41- uses : dorny/paths-filter@v2
41+ uses : dorny/paths-filter@v4
4242 id : changes
4343 with :
4444 list-files : " json"
Original file line number Diff line number Diff line change 3939
4040 - name : Check for changed files
4141 if : startsWith(github.ref, 'refs/tags/') != true
42- uses : dorny/paths-filter@v2
42+ uses : dorny/paths-filter@v4
4343 id : changes
4444 with :
4545 list-files : " json"
Original file line number Diff line number Diff line change 3838
3939 - name : Check for changed files
4040 if : startsWith(github.ref, 'refs/tags/') != true
41- uses : dorny/paths-filter@v2
41+ uses : dorny/paths-filter@v4
4242 id : changes
4343 with :
4444 list-files : " json"
Original file line number Diff line number Diff line change @@ -23,3 +23,8 @@ bare-ignore:
2323
2424lint : 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
You can’t perform that action at this time.
0 commit comments