Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

refactor: some cleanup #28

refactor: some cleanup

refactor: some cleanup #28

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
name: Ruff
steps:
- uses: actions/checkout@v4.1.1
- uses: ITProKyle/action-setup-python@v0.7.0
with:
python-version: 3.11
- uses: chartboost/ruff-action@v1
name: Ruff Lint
- uses: chartboost/ruff-action@v1
name: Ruff Format Check
with:
args: 'format --check'