Skip to content

Add support for zones w/o custom rule capabilities #42

Add support for zones w/o custom rule capabilities

Add support for zones w/o custom rule capabilities #42

Workflow file for this run

---
name: test
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: sudo apt-get install -y make
- name: Install packages
run: make build
- name: Run tests
run: make test
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_ACCOUNT_TOKEN }}