Skip to content
Snippets Groups Projects
Commit 674c8867 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

ci: check code for lint errors

parent f53b6524
No related branches found
No related tags found
1 merge request!9Update toolchain and cleanup code
......@@ -7,8 +7,17 @@
- Dockerfile
stages:
- test
- release
lint:
image: node:14-alpine
stage: test
before_script:
- npm ci
script:
- npm run lint -- --no-fix
docker-push:
# Use the official docker image.
image: docker:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment