Skip to content

Merge pull request #29 from Yikai-Liao/synth #8

Merge pull request #29 from Yikai-Liao/synth

Merge pull request #29 from Yikai-Liao/synth #8

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0
env:
RUFF_OUTPUT_FORMAT: github