File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ permissions:
13
13
14
14
jobs :
15
15
commit-lint :
16
- if : ${{ github.repository == 'ekristen/aws-nuke' }}
17
16
name : commit-lint
18
17
runs-on : ubuntu-latest
19
18
steps :
20
19
- uses : actions/checkout@v4
21
- - uses : wagoid/commitlint-github-action@v6
20
+ if : ${{ github.repository == 'ekristen/aws-nuke' }}
21
+ - uses : wagoid/commitlint-github-action@v6
22
+ if : ${{ github.repository == 'ekristen/aws-nuke' }}
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ permissions:
13
13
14
14
jobs :
15
15
semantic-lint :
16
- if : ${{ github.repository == 'ekristen/aws-nuke' }}
17
16
runs-on : ubuntu-latest
18
17
steps :
19
18
- uses : amannn/action-semantic-pull-request@v5
19
+ if : ${{ github.repository == 'ekristen/aws-nuke' }}
20
20
env :
21
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments