5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00

ci: fix action always working on CI

This commit is contained in:
Wagner Santos 2019-11-23 18:25:42 -03:00
parent aa3e7ae63b
commit 213c2974cb
2 changed files with 4 additions and 0 deletions

View file

@ -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
@ -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'
@ -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'

View file

@ -9,4 +9,5 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: sed -i -E "s/([']docker:.+)/Dockerfile/" ./action.yml
- run: echo -n '' > .dockerignore
- uses: ./