Skip to content

Change lint workflow #1

Change lint workflow

Change lint workflow #1

Workflow file for this run

name: Linting and formatting
on:
push:
branches:
- master
pull_request:
jobs:
run_pre_commit:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install -y just
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.11.0"
- run: just setup
- run: just check