Skip to content

feat: add type for invalidate webhook #3

feat: add type for invalidate webhook

feat: add type for invalidate webhook #3

Workflow file for this run

name: Test
on:
pull_request:
branches:
- '**'
concurrency:
group: tests-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Lint & test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm run lint
- run: npm run build