image: ubuntu/next
packages:
  - nodejs
  - npm
secrets:
  - 9ec67788-3265-4787-92aa-e3c711b76a86
sources:
  - https://hg.sr.ht/~hindlemail/usxeditor
tasks:
  - setup: |
      cd usxeditor
      npm install
      cd node_modules
      cd ts-mocha
      npm install --force
  - build: |
      cd usxeditor
      npm run build
  - test: |
      cd usxeditor
      npm i
      npm run coverage
