Skip to content

feat: add lint stage for python codes #1

feat: add lint stage for python codes

feat: add lint stage for python codes #1

Workflow file for this run

name: lint
on: push
jobs:
ruff:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./src
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1