Skip to content

Commit

Permalink
Validation workflow cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Feb 5, 2024
1 parent edfdcff commit 429b77b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
name: validate
on:
pull_request:
branches: [master]
on: push
jobs:
lint:
runs-on: ubuntu-latest
Expand All @@ -14,7 +12,7 @@ jobs:
version: 1.0
- uses: actions/setup-python@v4
with:
python-version: "3.7"
cache: "pip"
python-version: 3.7
cache: pip
- run: pip install -r requirements.txt
- run: make lint

0 comments on commit 429b77b

Please sign in to comment.