Skip to content

ci: adapt to actionlint v.1.7 (#11) #13

ci: adapt to actionlint v.1.7 (#11)

ci: adapt to actionlint v.1.7 (#11) #13

Workflow file for this run

name: actionlint
on:
push:
branches:
- main
pull_request:
paths:
- .github/actions/**
- .github/workflows/*.yml
defaults:
run:
shell: bash
jobs:
actionlint:
name: actionlint
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Update ShellCheck
run: |
sudo apt-get update
sudo apt-get install -y shellcheck
shellcheck -V
- name: actionlint
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color