Skip to content

Commit

Permalink
add gitHub action for actionlint
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmohona committed May 8, 2024
1 parent e99a535 commit d75e6fb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/validate-workflow-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,5 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2

- name: Download actionlint
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash

- name: Check workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash
uses: raven-actions/actionlint@v1

0 comments on commit d75e6fb

Please sign in to comment.