mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
[Fix] Fix lint_only (#998)
This commit is contained in:
parent
de2851e3c2
commit
878383b9de
@ -20,12 +20,12 @@ workflows:
|
|||||||
# line:
|
# line:
|
||||||
# <regex path-to-test> <parameter-to-set> <value-of-pipeline-parameter>
|
# <regex path-to-test> <parameter-to-set> <value-of-pipeline-parameter>
|
||||||
mapping: |
|
mapping: |
|
||||||
README.md lint_only true
|
mmocr/.* lint_only false
|
||||||
README_zh-CN.md lint_only true
|
requirements/.* lint_only false
|
||||||
docs/.* lint_only true
|
tests/.* lint_only false
|
||||||
demo/.* lint_only true
|
tools/.* lint_only false
|
||||||
.dev_scripts/.* lint_only true
|
configs/.* lint_only false
|
||||||
.github/workflows/.* lint_only true
|
.circleci/.* lint_only false
|
||||||
base-revision: main
|
base-revision: main
|
||||||
# this is the path of the configuration we should trigger once
|
# this is the path of the configuration we should trigger once
|
||||||
# path filtering and pipeline parameter value updates are
|
# path filtering and pipeline parameter value updates are
|
||||||
|
@ -5,7 +5,7 @@ version: 2.1
|
|||||||
parameters:
|
parameters:
|
||||||
lint_only:
|
lint_only:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user