mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +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
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
extends:
|
||||
- '@commitlint/config-conventional'
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
node_modules
|
||||
.commitlintrc.yml
|
||||
commitlint.config.js
|
||||
action.yml
|
||||
.github
|
||||
|
|
|
|||
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…
Reference in a new issue