Skip to content

feat: add http

feat: add http #2

Workflow file for this run

name: Pull Request
on: pull_request
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
echo "::add-matcher::.github/actionlint-matcher.json"
shell: bash
- uses: docker://rhysd/actionlint:1.6.25
with:
args: -color
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- uses: oven-sh/setup-bun@v2
with:
bun-version-file: ".bun-version"
- run: bun install --frozen-lockfile
- run: bun run wait-for-startup
- run: bun test