Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

give types to on, off & emit #104

give types to on, off & emit

give types to on, off & emit #104

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
env:
TWITTER_COOKIE: ${{ secrets.TWITTER_COOKIE }}
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- uses: actions/setup-node@v3
with:
node-version: 16.x
- run: bun install --frozen-lockfile
- run: bun run ci