Skip to content

Commit 8c076a3

Browse files
zrr1999Copilot
andauthored
👷 ci: add actionlint to ci-static-checks (#9)
* 👷 ci: add actionlint to ci-static-checks Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * 👷 ci: pin actionlint to an existing tag Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3003e67 commit 8c076a3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

‎.github/workflows/ci-static-checks.yml‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
jobs:
16+
actionlint:
17+
name: actionlint
18+
runs-on: ubuntu-latest
19+
steps:
20+
- uses: actions/checkout@v6
21+
- uses: rhysd/actionlint@v1.7.12
22+
1623
prek:
1724
name: prek
1825
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)