mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-04-01 23:36:55 +00:00
ci: remove redundant commitlint-with-yml-file workflow
We have tests for custom yml config file, so this is not needed.
This commit is contained in:
parent
9befae6e79
commit
26b07cb569
3 changed files with 0 additions and 15 deletions
11
.github/workflows/commitlint.yml
vendored
11
.github/workflows/commitlint.yml
vendored
|
|
@ -15,17 +15,6 @@ jobs:
|
|||
- name: Show results from JSON output
|
||||
if: ${{ always() }}
|
||||
run: echo ${{ toJSON(steps.run_commitlint.outputs.results) }}
|
||||
commitlint-with-yml-file:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: sed -i -E "s/(docker:.+)/Dockerfile/" ./action.yml
|
||||
- run: echo -n '' > .dockerignore
|
||||
- uses: ./
|
||||
with:
|
||||
configFile: './.commitlintrc.yml'
|
||||
commitlint-pulling-from-docker-hub:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue