Skip to content

better auth handling #56

better auth handling

better auth handling #56

Workflow file for this run

name: cicd
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
version: 1.1.0
- run: bun i
- run: bun lint