Skip to content

chore(guidelines): Relate to rfc9457 instead of rfc7807 #195

chore(guidelines): Relate to rfc9457 instead of rfc7807

chore(guidelines): Relate to rfc9457 instead of rfc7807 #195

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