Skip to content

fix: prevent shorts disabling from showing up on twitch instances #9

fix: prevent shorts disabling from showing up on twitch instances

fix: prevent shorts disabling from showing up on twitch instances #9

Workflow file for this run

name: CI
on: [push, pull_request]
env:
DATABASE_URL: "https://fake.com"
TWITCH_ACCESS_TOKEN: "hehe"
TWITCH_CLIENT_ID: "<3"
DEV_WEBHOOK: "awesome"
CLERK_WEBHOOK_SECRET: "qt"
SELLPASS_TOKEN: "pi"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: yarn
- name: Typecheck
run: yarn typecheck
- name: Lint
run: yarn lint