summaryrefslogtreecommitdiff
path: root/.woodpecker.yml
blob: 89271f978c5b74818596580aeea4cb6dcaba65d0 (plain)
1
2
3
4
5
6
7
8
9
10
pipeline:
  audit:
    image: node:lts
    commands:
      - npm audit
  test:
    image: node:lts
    commands:
      - npm install
      - npm test