Skip to content

chore(changelog): fix broken and duplicated links (#78) #191

chore(changelog): fix broken and duplicated links (#78)

chore(changelog): fix broken and duplicated links (#78) #191

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run build
- run: npm run tsc
- run: npm run test