Skip to content

Disable monthly publishing #71

Disable monthly publishing

Disable monthly publishing #71

Workflow file for this run

name: CI
on: push
jobs:
build:
name: Build & test
runs-on: ubuntu-latest
container: httptoolkit/act-build-base:v3.0.0
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm test # Test the code itself
- run: npm run build # Confirm that the API specs & index builds successfully