Skip to content
Snippets Groups Projects
Verified Commit cb2c5fa3 authored by Georg Krause's avatar Georg Krause
Browse files

ci(lint): install packages before lint

parent 1cd78c8a
No related branches found
No related tags found
1 merge request!1Resolve "Add Pipeline configuration"
Pipeline #23814 passed with stage
in 53 seconds
......@@ -6,6 +6,8 @@ stages:
eslint:
stage: lint
image: node:16
before_script:
- yarn install
script:
- yarn eslint .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment