Skip to content

Add linting workflow for PRs #1

Add linting workflow for PRs

Add linting workflow for PRs #1

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