Skip to content

feat: log grants in telegram from backend #140

feat: log grants in telegram from backend

feat: log grants in telegram from backend #140

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
name: Typecheck and Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: oven-sh/setup-bun@v2
- name: Install Dependencies
run: bun install --frozen-lockfile
- name: Typecheck
run: bun run typecheck
- name: Run Biome
run: bun run biome ci .