Skip to content

feat: token issuance with trigger.dev and alchemy hooks - part 1 #577

feat: token issuance with trigger.dev and alchemy hooks - part 1

feat: token issuance with trigger.dev and alchemy hooks - part 1 #577

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- master
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
# run any `bun` or `bunx` command
- run: echo "temporarily disabled"
# - run: bun install
# - run: bun run lint