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