Skip to content

Devrel 914/dynamic projects #65

Devrel 914/dynamic projects

Devrel 914/dynamic projects #65

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