This repository has been archived on 2024-10-22. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
npm/.gitlab-ci.yml
2022-05-15 21:16:45 +02:00

15 lines
202 B
YAML

stages:
- lint
cache:
key: $CI_COMMIT_REF_SLUG
paths:
- node_modules/
lint:
stage: lint
image: node:12
before_script:
- npm install
script:
- npx prettier '**/*.yml' --check