Skip to content

Test out new RT resolution #149

Test out new RT resolution

Test out new RT resolution #149

Workflow file for this run

name: Integrate
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
id: nvm
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build