Skip to content

#415 linter preventing prs #83

#415 linter preventing prs

#415 linter preventing prs #83

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