Skip to content

improve changelog config #25

improve changelog config

improve changelog config #25

Workflow file for this run

name: Tests
on:
push:
branches: ["main"]
workflow_dispatch:
workflow_call:
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test