Skip to content

COMP: Bump actions/checkout from 3.6.0 to 4.0.0 #7

COMP: Bump actions/checkout from 3.6.0 to 4.0.0

COMP: Bump actions/checkout from 3.6.0 to 4.0.0 #7

Workflow file for this run

name: CI (Lint)
on:
# Triggers the workflow on push or pull request events
push:
branches: [ main ]
pull_request:
branches:
- "*"
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
with:
python-version: '3.9'
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # v3.0.0