Skip to content

Commit

Permalink
lint Python only if Python files changed
Browse files Browse the repository at this point in the history
  • Loading branch information
suhancz committed Oct 26, 2023
1 parent 40de055 commit 6f1e682
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Pylint

on: [push]
on:
push:
paths:
- **/*.py

jobs:
build:
Expand Down

0 comments on commit 6f1e682

Please sign in to comment.