Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

restructure

restructure #13

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint-ruff:
name: Lint with Ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout repository
- uses: chartboost/ruff-action@v1
name: Run Ruff
with:
args: |
--ignore E101
--ignore E501
--ignore E722