Add actionlint check to lint stage
This commit is contained in:
parent
9178f9a2c8
commit
65cdef366a
@ -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