Skip to content

chore(deps): update dependency ubuntu to v24 #29

chore(deps): update dependency ubuntu to v24

chore(deps): update dependency ubuntu to v24 #29

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-24.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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: docker://rhysd/actionlint:1.7.0
with:
args: -color