Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

archive: everything not saved will be lost #241

archive: everything not saved will be lost

archive: everything not saved will be lost #241

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Linter
uses: chartboost/ruff-action@v1
with:
version: 0.1.9
- name: Formatter
uses: chartboost/ruff-action@v1
with:
version: 0.1.9
args: format --check --diff