Skip to content

chore(deps): update actions/checkout action to v4.2.2 #28

chore(deps): update actions/checkout action to v4.2.2

chore(deps): update actions/checkout action to v4.2.2 #28

Workflow file for this run

name: Lint Workflows
# https://github.com/rhysd/actionlint
on:
workflow_call:
push:
branches:
- main
paths:
- '.github/workflows/*.ya?ml'
pull_request:
paths:
- '.github/workflows/*.ya?ml'
jobs:
actionlint:
runs-on: ubuntu-22.04
timeout-minutes: 1
permissions:
contents: read
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: docker://rhysd/actionlint:1.7.0
with:
args: -color