Skip to content
Snippets Groups Projects
Verified Commit 58202226 authored by TTtie's avatar TTtie
Browse files

Add eslint checking (not effective for EJS)

parent 5c2255c1
No related branches found
No related tags found
No related merge requests found
Pipeline #1614 failed
image: node:alpine
pages:
stage: test
script:
- npm ci
- npx eslint .
- node build
pages:
stage: deploy
script:
- mv public pub
- mv out public
artifacts:
......
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