Skip to content

Commit 26b07cb

Browse files
committed
ci: remove redundant commitlint-with-yml-file workflow
We have tests for custom yml config file, so this is not needed.
1 parent 9befae6 commit 26b07cb

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

.commitlintrc.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules
2-
.commitlintrc.yml
32
commitlint.config.js
43
action.yml
54
.github

.github/workflows/commitlint.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@ jobs:
1515
- name: Show results from JSON output
1616
if: ${{ always() }}
1717
run: echo ${{ toJSON(steps.run_commitlint.outputs.results) }}
18-
commitlint-with-yml-file:
19-
runs-on: ubuntu-latest
20-
steps:
21-
- uses: actions/checkout@v2
22-
with:
23-
fetch-depth: 0
24-
- run: sed -i -E "s/(docker:.+)/Dockerfile/" ./action.yml
25-
- run: echo -n '' > .dockerignore
26-
- uses: ./
27-
with:
28-
configFile: './.commitlintrc.yml'
2918
commitlint-pulling-from-docker-hub:
3019
runs-on: ubuntu-latest
3120
steps:

0 commit comments

Comments
 (0)