Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

2.0.0-rc.1

2.0.0-rc.1 #557

Workflow file for this run

name: Fmt and lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@main
- name: Run fmt
run: |
deno fmt --check
- name: Run lint
run: |
deno lint --unstable hello.ts tests
- name: Sanity check types
run: |
deno run runtime/mod.ts