Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: revert actionlint
  • Loading branch information
2heal1 committed Feb 6, 2026
commit 1623ba4595a62c91bef4721a7cbffb7927adbf5c
13 changes: 3 additions & 10 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
push:
branches: [main]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

permissions:
contents: read

Expand All @@ -19,10 +15,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v5

- name: Install actionlint
run: |
bash <(curl -sSfL https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
echo "$PWD/bin" >> "$GITHUB_PATH"

- name: Run actionlint
run: actionlint -color
uses: raven-actions/actionlint@v2
with:
matcher: true
Loading