Skip to content

Commit

Permalink
Merge pull request #15 from wagoid/fix/also-check-range-of-commits-fo…
Browse files Browse the repository at this point in the history
…r-push-events

fix: also check range of commits for push events
  • Loading branch information
wagoid authored Nov 23, 2019
2 parents dbcd202 + 213c297 commit 7637484
Show file tree
Hide file tree
Showing 5 changed files with 1,440 additions and 1,420 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: sed -i -E "s/([']docker:.+)/Dockerfile/" ./action.yml
- run: echo -n "" > .dockerignore
- uses: ./
commitlint-with-yml-file:
runs-on: ubuntu-latest
Expand All @@ -17,6 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: sed -i -E "s/([']docker:.+)/Dockerfile/" ./action.yml
- run: echo -n '' > .dockerignore
- uses: ./
with:
configFile: './.commitlintrc.yml'
Expand All @@ -27,6 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: sed -i -E "s/([']docker:.+)/Dockerfile/" ./action.yml
- run: echo -n '' > .dockerignore
- uses: ./
with:
configFile: './.commitlintrc-with-lerna-scopes.yml'
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: sed -i -E "s/([']docker:.+)/Dockerfile/" ./action.yml
- run: echo -n '' > .dockerignore
- uses: ./
Loading

0 comments on commit 7637484

Please sign in to comment.