Skip to content

Commit

Permalink
Add GitHub workflow for linting (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag authored Jan 12, 2024
1 parent 964b913 commit b904d4a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: validate
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.7
- run: make lint

0 comments on commit b904d4a

Please sign in to comment.