Skip to content

Commit

Permalink
Add lumapps/github-actions-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jan 2, 2025
1 parent 2d2a3e8 commit a2b22f2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,15 @@ jobs:
uses: "docker://rhysd/actionlint:1.7.3"
with:
args: "-color -verbose -shellcheck="

github_actions_validator:
name: "GitHub Actions Validator"
runs-on: "ubuntu-22.04"
timeout-minutes: 1
steps:
-
name: "Checkout repository"
uses: "actions/checkout@v4.1.5"
-
name: "Validate actions"
uses: "lumapps/github-actions-validator@v2"

0 comments on commit a2b22f2

Please sign in to comment.