We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28adf33 commit 549b83bCopy full SHA for 549b83b
1 file changed
.github/workflows/goCI.yml
@@ -84,15 +84,6 @@ on:
84
required: false
85
86
jobs:
87
- actionlint:
88
- runs-on: ubuntu-latest
89
- if: inputs.run-actionlint
90
- steps:
91
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
92
- - name: Check workflow files
93
- uses: docker://index.docker.io/rhysd/actionlint@sha256:6f03470d0152251d7f07f7c4dc019dbe7024c72cd952f839544c7798843efa8f # 1.7.11
94
- with:
95
- args: -color
96
97
lint:
98
uses: ./.github/workflows/goLint.yml
0 commit comments