Skip to content

chore(deps): update actions/checkout digest to a5ac7e5 #8

chore(deps): update actions/checkout digest to a5ac7e5

chore(deps): update actions/checkout digest to a5ac7e5 #8

Workflow file for this run

name: actionlint
on:
pull_request:
branches: [main]
paths:
- ".github/workflows/*"
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: actionlint
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
shell: bash