Do run linter on tags, closes #1822
This commit is contained in:
parent
b4c5827d89
commit
0dd5d316be
|
@ -110,6 +110,8 @@ black:
|
||||||
script:
|
script:
|
||||||
- black --check --diff api/
|
- black --check --diff api/
|
||||||
only:
|
only:
|
||||||
|
refs:
|
||||||
|
- branches
|
||||||
changes:
|
changes:
|
||||||
- api/**/*
|
- api/**/*
|
||||||
|
|
||||||
|
@ -128,6 +130,8 @@ flake8:
|
||||||
paths:
|
paths:
|
||||||
- "$PIP_CACHE_DIR"
|
- "$PIP_CACHE_DIR"
|
||||||
only:
|
only:
|
||||||
|
refs:
|
||||||
|
- branches
|
||||||
changes:
|
changes:
|
||||||
- api/**/*
|
- api/**/*
|
||||||
|
|
||||||
|
@ -146,6 +150,8 @@ eslint:
|
||||||
paths:
|
paths:
|
||||||
- front/node_modules
|
- front/node_modules
|
||||||
only:
|
only:
|
||||||
|
refs:
|
||||||
|
- branches
|
||||||
changes:
|
changes:
|
||||||
- front/**/*
|
- front/**/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue