5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +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:
Wagner Santos 2021-02-12 15:49:35 -03:00
parent 9befae6e79
commit 26b07cb569
3 changed files with 0 additions and 15 deletions

View file

@ -1,3 +0,0 @@
---
extends:
- '@commitlint/config-conventional'

View file

@ -1,5 +1,4 @@
node_modules node_modules
.commitlintrc.yml
commitlint.config.js commitlint.config.js
action.yml action.yml
.github .github

View file

@ -15,17 +15,6 @@ jobs:
- name: Show results from JSON output - name: Show results from JSON output
if: ${{ always() }} if: ${{ always() }}
run: echo ${{ toJSON(steps.run_commitlint.outputs.results) }} 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: commitlint-pulling-from-docker-hub:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: