Skip to content

ci: modified to test in multiple python versions, and windows #21

ci: modified to test in multiple python versions, and windows

ci: modified to test in multiple python versions, and windows #21

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 linting
run: make lint