Skip to content

chore(deps): update docker/build-push-action action to v6.7.0 #241

chore(deps): update docker/build-push-action action to v6.7.0

chore(deps): update docker/build-push-action action to v6.7.0 #241

name: Actionlint templates
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
paths:
- "workflows/**"
- ".github/workflows/actionlint.yml"
merge_group:
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Move workflow files
run: |
rm -v .github/workflows/*
# サブディレクトリにあるworkflowファイルは無視する
cp -v workflows/* .github/workflows/ || true
- name: Run actionlint
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color -shellcheck=