Skip to content

feat: rename to hcloud, multi-service SDK with wallet auth #3

feat: rename to hcloud, multi-service SDK with wallet auth

feat: rename to hcloud, multi-service SDK with wallet auth #3

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
checks:
name: Test, lint, and format
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run tests
run: bun run test
- name: Run lint
run: bun run lint
- name: Check formatting
run: bun run format:check