Skip to content

chore(deps): update actions/checkout action to v4.1.6 #24

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

chore(deps): update actions/checkout action to v4.1.6 #24

Workflow file for this run

name: Check Workflows
on:
push:
branches:
- main
- 'renovate/**'
paths:
- '.github/workflows/**.yml'
pull_request:
branches:
- main
paths:
- '.github/workflows/**.yml'
workflow_dispatch:
workflow_call:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Run actionlint
run: |
# add problem matcher for actionlint
wget https://raw.githubusercontent.com/rhysd/actionlint/main/.github/actionlint-matcher.json \
-O actionlint-matcher.json
echo "::add-matcher::actionlint-matcher.json"
# download and run actionlint
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -verbose -color