Skip to content

build(deps): bump pnpm/action-setup from 4 to 6.0.9 #25

build(deps): bump pnpm/action-setup from 4 to 6.0.9

build(deps): bump pnpm/action-setup from 4 to 6.0.9 #25

name: Lint / GitHub Actions
on:
workflow_call:
push:
branches: [main]
paths:
- .github/workflows/*.yml
- .github/actions/**/*.yml
pull_request:
branches: [main]
paths:
- .github/workflows/*.yml
- .github/actions/**/*.yml
permissions:
contents: read
concurrency:
group: lint-github-actions-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-github-actions:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Download actionlint
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) 1.7.12
shell: bash
- name: Lint GitHub Actions workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash