We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3b7ba commit cf9e857Copy full SHA for cf9e857
.github/workflows/lint.yml
@@ -29,15 +29,3 @@ jobs:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
with:
31
requireScope: true
32
-
33
- action-lint:
34
- runs-on: ubuntu-latest
35
- steps:
36
- - uses: actions/checkout@v4
37
- - name: Download actionlint
38
- id: get_actionlint
39
- run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
40
- shell: bash
41
- - name: Check workflow files
42
- run: ${{ steps.get_actionlint.outputs.executable }} -color
43
0 commit comments