Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale.audio
Commits
3b3e7622
Verified
Commit
3b3e7622
authored
Sep 06, 2021
by
Georg Krause
💬
Browse files
Add lint stage
parent
4887a1e4
Pipeline
#16267
failed with stages
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3b3e7622
stages
:
-
lint
-
test
-
review
-
build
...
...
@@ -6,6 +7,16 @@ stages:
variables
:
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/pip-cache"
lint
:
stage
:
lint
image
:
buildkita/puppeteer:10.0.0
script
:
-
yarn lint --max-warnings 0 --no-fix
cache
:
key
:
front_node_modules
paths
:
-
"
node_modules"
test_jsonld_ns
:
stage
:
test
image
:
python:3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment