Skip to content

build(deps): bump taiki-e/install-action from 2.56.19 to 2.68.36 #296

build(deps): bump taiki-e/install-action from 2.56.19 to 2.68.36

build(deps): bump taiki-e/install-action from 2.56.19 to 2.68.36 #296

Workflow file for this run

name: Lint GitHub Actions
on:
pull_request:
merge_group:
push:
paths:
- '.github/**'
jobs:
actionlint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Download ActionLint
id: actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: Check Workflow Files
run: SHELLCHECK_OPTS="-S error" ${{ steps.actionlint.outputs.executable }} -color
shell: bash