Skip to content

Commit

Permalink
Run Linter only when there is python file in modified list
Browse files Browse the repository at this point in the history
  • Loading branch information
SharathChampzz committed Dec 14, 2024
1 parent 9aa6ac8 commit 256f2c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Pylint
name: Run Pylint Workflow for Python Files

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

jobs:
build:
Expand Down
Binary file modified backend/community_streak.db
Binary file not shown.

0 comments on commit 256f2c2

Please sign in to comment.