Skip to content

Update lint github workflow to use ruff instead of flake8. #2

Update lint github workflow to use ruff instead of flake8.

Update lint github workflow to use ruff instead of flake8. #2

Workflow file for this run

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