Skip to content

initial commit

initial commit #1

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: ${{ matrix.kind }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Git Checkout
uses: actions/checkout@v2
- name: Setup Deno
uses: denoland/setup-deno@v1
- name: Test netzo/templates
run: deno test --allow-env --no-check src