Skip to content

Downgrade python version #16

Downgrade python version

Downgrade python version #16

Workflow file for this run

---
name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run lint
run: |
make lint