Lint, not test
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-05-02 01:27:41 -04:00
parent 2eadb66246
commit e1f59a7ace

View File

@@ -9,12 +9,12 @@ kind: pipeline
name: default
steps:
- name: test
- name: lint
image: node:latest
commands:
- npm install -g yarn
- yarn install
- yarn test
- yarn lint
trigger:
branch: