build: run lint import check on master branch (#31494)
This commit is contained in:
committed by
GitHub
parent
4b6e719691
commit
23975b0263
6
.github/workflows/lint-imports.yml
vendored
6
.github/workflows/lint-imports.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: Lint Python Imports
|
||||
|
||||
on: pull_request
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user