Update actionlint Docker image to 20260311 #204
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Lint GitHub Action Workflows | |
| on: pull_request | |
| concurrency: | |
| group: lint-actions-${{ github.ref }} | |
| cancel-in-progress: true | |
| permissions: | |
| packages: read | |
| jobs: | |
| lint: | |
| name: Lint | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4.1.1 | |
| - name: Check workflow files | |
| uses: docker://ghcr.io/ponylang/shared-docker-ci-actionlint:20260311 | |
| with: | |
| args: -color |