Skip to content

Update actions/checkout action to v4 #11

Update actions/checkout action to v4

Update actions/checkout action to v4 #11

Workflow file for this run

name: lint
on:
push:
paths:
- '.github/workflows/*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-workflow-files:
name: lint workflow files
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: docker://rhysd/actionlint:latest