Skip to content

improve auth setup UX and hide password input #10

improve auth setup UX and hide password input

improve auth setup UX and hide password input #10

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: Install dependencies
run: make deps
- name: Run tests and linting
run: make can-release