Skip to content

Merge pull request #408 from LeiYangGH/master #90

Merge pull request #408 from LeiYangGH/master

Merge pull request #408 from LeiYangGH/master #90

Workflow file for this run

name: lint_python
on: [pull_request, push]
jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- shell: bash
name: Lint and test
run: ./lint.sh