Skip to content

update to latest schema #59

update to latest schema

update to latest schema #59

Workflow file for this run

name: main
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- run: pip3 install pyright==1.1.271 flake8==5.0.4 --user
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
- run: pyright .
- run: flake8 .