Skip to content

Bump actions/checkout from 1 to 4 #22

Bump actions/checkout from 1 to 4

Bump actions/checkout from 1 to 4 #22

Workflow file for this run

name: linting
on:
push:
branches: '*'
pull_request:
branches: '*'
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]