Skip to content

DEVREL-934 New model rewrite #14

DEVREL-934 New model rewrite

DEVREL-934 New model rewrite #14

Workflow file for this run

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