Skip to content

Makefile: throw error when linting fails (#249) #63

Makefile: throw error when linting fails (#249)

Makefile: throw error when linting fails (#249) #63

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Code quality checks
run: make lint