Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

docs: fix incorrect sample-app .env location #21

docs: fix incorrect sample-app .env location

docs: fix incorrect sample-app .env location #21

Workflow file for this run

name: Build and test
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci
- run: npm run test