Skip to content

Web spotlight root in Navigation #28

Web spotlight root in Navigation

Web spotlight root in Navigation #28

Workflow file for this run

name: Lint
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@v2
with:
node-version-file: ".nvmrc"
- run: npm ci
- run: npm run lint