Skip to content

Add windowSurface() #41

Add windowSurface()

Add windowSurface() #41

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
name: Build ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
with:
deno-version: canary
- name: typecheck & formatting
shell: bash
run: |
set -xeuo pipefail
deno cache --unstable mod.ts
deno fmt --check