Skip to content

chore(changelog): remove changelog entry (#84) #201

chore(changelog): remove changelog entry (#84)

chore(changelog): remove changelog entry (#84) #201

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