Skip to content

Add __init__.py to tests folder and move main logic into main() (#12) #9

Add __init__.py to tests folder and move main logic into main() (#12)

Add __init__.py to tests folder and move main logic into main() (#12) #9

Workflow file for this run

# .github/workflows/ruff.yml
name: Ruff
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1