Skip to content

Commit

Permalink
feat: lint GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Nov 5, 2023
1 parent 09976f2 commit a69550c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
- name: format
run: npm run format -- --fix=false # ensure eslint is not configured to --fix

- name: Check workflow files
uses: docker://rhysd/actionlint:1.6.26
with:
args: -color

# - name: Setup kubectl
# uses: azure/setup-kubectl@v3
# with:
Expand Down

0 comments on commit a69550c

Please sign in to comment.