Do run linter on tags, closes #1822

This commit is contained in:
Georg Krause 2022-07-14 10:42:28 +02:00
parent b4c5827d89
commit 0dd5d316be
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 6 additions and 0 deletions

View File

@ -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/**/*