Skip to content

Use the null prototype when parsing YAML maps #142

Use the null prototype when parsing YAML maps

Use the null prototype when parsing YAML maps #142

Workflow file for this run

name: Deno
permissions: {}
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
deno-v1:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with: { submodules: true }
- uses: denoland/setup-deno@v2
with:
deno-version: v1.x
- run: deno --allow-env src/public-api.ts
deno-v2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with: { submodules: true }
- uses: denoland/setup-deno@v2
- run: deno --allow-env src/public-api.ts
- run: deno publish --no-check --dry-run