Skip to content

Add contributing guidelines and setup instructions in README.md #24

Add contributing guidelines and setup instructions in README.md

Add contributing guidelines and setup instructions in README.md #24

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'format --check'
format:
runs-on: ubuntu-latest
name: Format
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'check'