pipeline:
install:
image: 'node:17.3.0'
commands:
- yarn install
# This step makes sure the project properly builds.
build:
group: test
- yarn run build
lint:
- yarn run lint