Skip to content

update smartlink not to be on the whol menu #108

update smartlink not to be on the whol menu

update smartlink not to be on the whol menu #108

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