about summary refs log tree commit diff stats
path: root/.woodpecker/lint.yml
blob: f1f60e6c675fc439a9a7c918b15910fe45950315 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
pipeline:
  lint:
    image: node:lts-alpine
    when:
      event: [push, pull_request]
      path:
        exclude: [ '.*', '*.md', 'src/instances/**']
    commands:
      - npm i
      - npx web-ext lint --source-dir ./src/