Skip to content

Merge pull request #417 from grimley517/#415-linter-preventing-prs #84

Merge pull request #417 from grimley517/#415-linter-preventing-prs

Merge pull request #417 from grimley517/#415-linter-preventing-prs #84

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