Skip to content

Hide nstu networking #213

Hide nstu networking

Hide nstu networking #213

Workflow file for this run

name: CI
on: push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Check
run: deno task check
- name: Lint
run: deno task lint