Skip to content

test: add python 3.11.0 to the test suite #218

test: add python 3.11.0 to the test suite

test: add python 3.11.0 to the test suite #218

name: Lint GitHub Actions workflows
on: [ push ]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Download actionlint
id: get-action-lint
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
- name: Check workflow files
run: |
${{ steps.get-action-lint.outputs.executable }} -color