Merge pull request #177 from svc-design/codex/add-actionlint-step-to-workflow

Add actionlint check to lint stage
This commit is contained in:
shenlan 2025-11-21 16:05:24 +08:00 committed by GitHub
commit fb1744cba0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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