Skip to content

Add GetWorkspace query #12

Add GetWorkspace query

Add GetWorkspace query #12

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
jobs:
ci:
name: CI
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.20', '1.21', '1.22']
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
id: go
- name: Run tests
run: |
go test -cover -v ./...