Skip to content

Commit c32346b

Browse files
manuzhangsungwy
authored andcommitted
Fix lint
1 parent 39d016e commit c32346b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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)