Skip to content

feat: add CertUtils and decodeValidity function (#12) #33

feat: add CertUtils and decodeValidity function (#12)

feat: add CertUtils and decodeValidity function (#12) #33

Workflow file for this run

name: E2E
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x # Run with latest stable Deno.
- run: deno task test:e2e
env:
CLOUDFLARE_API_KEY: ${{secrets.CLOUDFLARE_API_KEY}}
CLOUDFLARE_FISHBALL_XYZ_ZONE_ID: ${{secrets.CLOUDFLARE_FISHBALL_XYZ_ZONE_ID}}