Skip to content

add yapf to requirments.txt #147

add yapf to requirments.txt

add yapf to requirments.txt #147

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm i && pnpm run lint