Skip to content

Speed up linearization construction #219

Speed up linearization construction

Speed up linearization construction #219

Workflow file for this run

name: Formatting Check
on:
pull_request:
branches:
- main
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: './.github/actions/cicd-setup'
- name: Check black
run: black --check freegsnke/
- name: Check isort
run: isort --check --diff freegsnke/