📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -21,13 +21,5 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
|
||||
|
||||
- name: Download actionlint
|
||||
env:
|
||||
ACTIONLINT_VERSION: "1.7.12"
|
||||
run: |
|
||||
set -euo pipefail
|
||||
curl -fsSLO "https://github.com/rhysd/actionlint/releases/download/v${ACTIONLINT_VERSION}/actionlint_${ACTIONLINT_VERSION}_linux_amd64.tar.gz"
|
||||
tar -xzf "actionlint_${ACTIONLINT_VERSION}_linux_amd64.tar.gz"
|
||||
|
||||
- name: Run actionlint
|
||||
run: ./actionlint -color
|
||||
run: npm run lint:workflows
|
||||
|
||||
Reference in New Issue
Block a user