Skip to content

65 create test to make sure validations stay in sync with 2024 valida… #170

65 create test to make sure validations stay in sync with 2024 valida…

65 create test to make sure validations stay in sync with 2024 valida… #170

Workflow file for this run

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