Skip to content

fix linter warnings

fix linter warnings #2

# This workflow will run ruff to highlight syntactical and stylistic problems.
name: Running Ruff
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1