Skip to content

TEST: Ignore the YAML header #18

TEST: Ignore the YAML header

TEST: Ignore the YAML header #18

Workflow file for this run

name: tests
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm ci
- run: npm test