Skip to content

Add, remove, and tidy test scripts #45

Add, remove, and tidy test scripts

Add, remove, and tidy test scripts #45

Workflow file for this run

name: lint code using ruff
on: [push]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1