Skip to content

fix(license): clarify dual licensing use #53

fix(license): clarify dual licensing use

fix(license): clarify dual licensing use #53

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Deno CI
on:
push:
branches: [deno]
pull_request:
branches: [deno]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
deno: ["v1.x", "canary"]
steps:
- uses: actions/checkout@v4
- name: Setup Deno ${{ matrix.deno }}
uses: denoland/setup-deno@v1
with:
deno-version: ${{ matrix.deno }}
- run: deno run --allow-read --allow-run tests/run.js