Skip to content

fix: lint-induced error (#301) #839

fix: lint-induced error (#301)

fix: lint-induced error (#301) #839

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dev dependencies
run: python -m pip install -r requirements.dev.txt
- name: Run lint and static type checks
run: bash ${GITHUB_WORKSPACE}/style.sh