Skip to content

Commit bfc0d9a

Browse files
manuzhangkevinjqliu
authored andcommitted
Fix lint
1 parent bad0d99 commit bfc0d9a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/python-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ on:
2525
- 'main'
2626
pull_request:
2727
paths:
28-
- '**' # Include all files and directories in the repository by default.
29-
- '!.github/workflows/**' # Exclude all workflow files
30-
- '.github/workflows/python-ci.yml' # except the current file.
28+
- '**' # Include all files and directories in the repository by default.
29+
- '!.github/workflows/**' # Exclude all workflow files
30+
- '.github/workflows/python-ci.yml' # except the current file.
3131
- '!.github/ISSUE_TEMPLATE/**' # Exclude files and directories that don't impact tests or code like templates, metadata, and documentation.
3232
- '!.gitignore'
3333
- '!.asf.yml'

.github/workflows/python-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ on:
2525
- 'main'
2626
pull_request:
2727
paths:
28-
- '**' # Include all files and directories in the repository by default.
29-
- '!.github/workflows/**' # Exclude all workflow files
30-
- '.github/workflows/python-integration.yml' # except the current file.
28+
- '**' # Include all files and directories in the repository by default.
29+
- '!.github/workflows/**' # Exclude all workflow files
30+
- '.github/workflows/python-integration.yml' # except the current file.
3131
- '!.github/ISSUE_TEMPLATE/**' # Exclude files and directories that don't impact tests or code like templates, metadata, and documentation.
3232
- '!.gitignore'
3333
- '!.asf.yml'

0 commit comments

Comments
 (0)