Skip to content

Bump actions/checkout from 3 to 4 #185

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #185

Workflow file for this run

name: Linters
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1