Skip to content

WIP: Add integration test on #4

WIP: Add integration test on

WIP: Add integration test on #4

Workflow file for this run

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