Skip to content

Create push-main.yml #1

Create push-main.yml

Create push-main.yml #1

Workflow file for this run

name: Run checks on push to main
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
cache: true
- run: pixi run ruff check
- run: pixi run ruff format --check