Skip to content

feat: support multi-workspace auth in config command #551

feat: support multi-workspace auth in config command

feat: support multi-workspace auth in config command #551

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Generate GraphQL code
run: deno task codegen
- name: Check formatting
run: deno fmt --check
- name: Lint code
run: deno lint
- name: Type check
run: deno task check
- name: Run tests
run: deno task test