Merge pull request #177 from svc-design/codex/add-actionlint-step-to-workflow
Add actionlint check to lint stage
This commit is contained in:
commit
fb1744cba0
@ -38,6 +38,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: actionlint
|
||||||
|
uses: reviewdog/actionlint@v1
|
||||||
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user