Skip to content

Commit cc7f864

Browse files
author
Harmanpreet Kaur
committed
Fix path pattern for .flake8 in PyLint workflow triggers
1 parent 37b9fce commit cc7f864

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pylint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66
- '**/*.py'
77
- '**/requirements.txt'
88
- '**/pyproject.toml'
9-
- '**/.flake8'
9+
- '.flake8'
1010
- '.github/workflows/pylint.yml'
1111
pull_request:
1212
paths:
1313
- '**/*.py'
1414
- '**/requirements.txt'
1515
- '**/pyproject.toml'
16-
- '**/.flake8'
16+
- '.flake8'
1717
- '.github/workflows/pylint.yml'
1818

1919
jobs:

0 commit comments

Comments
 (0)