Skip to content

Cleanup headers

Cleanup headers #17

Workflow file for this run

name: Deno
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
deno:
runs-on: macos-latest
steps:
- name: Setup repo
uses: actions/checkout@v3
- name: Setup Deno
run: brew install deno
- name: Run tests
run: deno fmt --check && deno lint && deno test --allow-net --parallel tests/