Skip to content

Don't request baseUrl twice if not provided in args #300

Don't request baseUrl twice if not provided in args

Don't request baseUrl twice if not provided in args #300

Workflow file for this run

name: Node
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Lint & Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run prettier
- run: bun run lint
- run: bun run test
- run: bun run build