Skip to content

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

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

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

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: docker://rhysd/actionlint:1.7.0
with:
args: -color