Skip to content

willbakst is linting the package #1

willbakst is linting the package

willbakst is linting the package #1

Workflow file for this run

name: Ruff
run-name: ${{ github.actor }} is linting the package
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1