bitdispenser.dev/.drone.yml

19 lines
359 B
YAML

kind: pipeline
type: docker
name: build
steps:
- name: lint checks
image: node:14.16-alpine
commands:
- npm install
- npm run lint
- name: spellchecker checks
image: polpetta/spellchecker
commands:
- ./tools/spellchecker.sh en
- name: hugo build
image: klakegg/hugo:0.82.1-ext-alpine-ci
commands:
- hugo