Skip to content

Commit

Permalink
actionlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Oct 20, 2024
1 parent 777957c commit c86d14f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: "Actionlint"
on: # yamllint disable-line rule:truthy
push:
pull_request:
jobs:
Actionlint:
runs-on: "ubuntu-24.04"
steps:
- uses: "actions/checkout@v4"
- name: "actionlint"
uses: "raven-actions/actionlint@v2"

0 comments on commit c86d14f

Please sign in to comment.