Skip to content

feat: support for python 3.12 #270

feat: support for python 3.12

feat: support for python 3.12 #270

Workflow file for this run

on:
pull_request: {}
push:
branches:
- main
name: Action Lint
jobs:
actionlint:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check workflow files
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
shell: bash