Skip to content

Bump actions/setup-python from 4 to 5 #6

Bump actions/setup-python from 4 to 5

Bump actions/setup-python from 4 to 5 #6

Workflow file for this run

name: Lint
"on":
push:
branches:
- main
pull_request:
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
- name: checkout
uses: actions/checkout@v4
# https://github.com/rhysd/actionlint
- name: run actionlint
uses: docker://rhysd/actionlint:latest
with:
args: -color
pre-commit:
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
- name: checkout
uses: actions/checkout@v4
# https://github.com/actions/setup-python
- name: sest up python
uses: actions/setup-python@v5
# https://github.com/pre-commit/action
- name: run pre-commit
uses: pre-commit/[email protected]
env:
SKIP: no-commit-to-branch