Skip to content

Merge pull request #90 from dice-group/adding_tests #133

Merge pull request #90 from dice-group/adding_tests

Merge pull request #90 from dice-group/adding_tests #133

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1