Skip to content

ci: moved to run regress from test.yml to the Makefile #181

ci: moved to run regress from test.yml to the Makefile

ci: moved to run regress from test.yml to the Makefile #181

Workflow file for this run

name: 'lint'
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: pip install pycodestyle pylint
- name: Run linters
run: make lint