Skip to content

⬆️ Bump github.com/aws/aws-sdk-go-v2/credentials from 1.18.20 to 1.18.21 #686

⬆️ Bump github.com/aws/aws-sdk-go-v2/credentials from 1.18.20 to 1.18.21

⬆️ Bump github.com/aws/aws-sdk-go-v2/credentials from 1.18.20 to 1.18.21 #686

Workflow file for this run

name: Client CI
on:
push:
branches:
- main
pull_request:
defaults:
run:
working-directory: client
jobs:
typecheck:
name: Type Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: oven-sh/setup-bun@v2
- run: bun i
- run: bun run type-check
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: oven-sh/setup-bun@v2
- run: bun i
- run: bun run lint:ci
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: oven-sh/setup-bun@v2
- run: bun i
- run: bun run format:ci