Skip to content

chore(main): release flagd-ofrep-cf-worker 0.0.3 #80

chore(main): release flagd-ofrep-cf-worker 0.0.3

chore(main): release flagd-ofrep-cf-worker 0.0.3 #80

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
merge_group:
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24.x
cache: npm
- run: npm ci
- run: npm run build
- run: npm test
- run: npm run test:worker
- run: npm run test:smoke:worker
lint-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24.x
cache: npm
- run: npm ci
- run: npm run format
- run: npm run lint