Skip to content

Add GitHub workflow for linting #2

Add GitHub workflow for linting

Add GitHub workflow for linting #2

Workflow file for this run

---
name: validate
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.7
- run: make lint