name: Lint Workflows on: push: paths: - '.github/workflows/**' pull_request: paths: - '.github/workflows/**' jobs: actionlint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - name: Install actionlint run: | bash <(curl -sSL https://raw.githubusercontent.com/rhysd/actionlint/v1.7.10/scripts/download-actionlint.bash) - name: Run actionlint run: ./actionlint -color -shellcheck=""