Skip to content

docs(grant): wire real GitHub links into M2 submission email draft #17

docs(grant): wire real GitHub links into M2 submission email draft

docs(grant): wire real GitHub links into M2 submission email draft #17

Workflow file for this run

name: Tests
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test