File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,12 +14,11 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout Repo
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Link Branch to Issue
2020 # Point this to your centralized repository
2121 uses : recursivezero/action-club/.github/actions/branch-notify@v0.2.57
2222 with :
2323 issue_prefix : ${{ vars.PROJECT_PREFIX || 'SAM'}}
2424 branch_name : ${{ github.event.ref }}
25- dry_run : false
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1414 lint :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - name : Set up Python
1919 uses : actions/setup-python@v5
2020 with :
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout code
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333
3434 - name : Set up Python
3535 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1212 audit :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818 persist-credentials : true
5252 if : steps.deps.outputs.changed == 'true'
5353 run : poetry install
5454
55+ - uses : lgeiger/pyflakes-action@master
56+
5557 - name : Export requirements
5658 if : steps.deps.outputs.changed == 'true'
5759 run : |
You can’t perform that action at this time.
0 commit comments