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:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: actionlint
|
||||
uses: reviewdog/actionlint@v1
|
||||
|
||||
- name: Install tools
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
||||
Loading…
Reference in New Issue
Block a user