Skip to content

Add optional variables (#39) #88

Add optional variables (#39)

Add optional variables (#39) #88

Workflow file for this run

name: Test
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
name: Tests
steps:
- name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- name: Build & Lint
run: |
npm ci
npm run build
npm run lint