Skip to content

Fix several issues in the template #11

Fix several issues in the template

Fix several issues in the template #11

Workflow file for this run

name: Run Tests
on:
- push
- pull_request
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- uses: actions/checkout@v4
- run: |
npm install
npm test