Skip to content

Commit

Permalink
Fix lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 9, 2024
1 parent 9167288 commit 333d4d6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Lint
on: [push]
on: [push, pull_request]

jobs:
lint:
Expand All @@ -13,4 +13,7 @@ jobs:
python-version: 3.x

- name: Install dependencies
run: python -m pip install PyYAML
run: python -m pip install PyYAML

- name: Lint
run: python framework/lint.py

0 comments on commit 333d4d6

Please sign in to comment.