Add actionlint check to lint stage

This commit is contained in:
shenlan 2025-11-21 16:05:11 +08:00
parent 9178f9a2c8
commit 65cdef366a

View File

@ -38,6 +38,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: actionlint
uses: reviewdog/actionlint@v1
- name: Install tools
run: |
sudo apt-get update