Skip to content

feat: Instant triggers via public webhook API + agent/project/task ac… #16

feat: Instant triggers via public webhook API + agent/project/task ac…

feat: Instant triggers via public webhook API + agent/project/task ac… #16

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test