Skip to content

feat: allow setting activity type #39

feat: allow setting activity type

feat: allow setting activity type #39

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Setup Repo
uses: actions/checkout@v2
- name: Setup Deno
uses: denoland/setup-deno@main
with:
deno-version: v1.x
- name: Lint
run: deno lint