Skip to content

Update package and workflows (#21) #3

Update package and workflows (#21)

Update package and workflows (#21) #3

Workflow file for this run

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