Skip to content

feat(guidelines): add new rule for sending durable event ids (#77) #188

feat(guidelines): add new rule for sending durable event ids (#77)

feat(guidelines): add new rule for sending durable event ids (#77) #188

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