Skip to content

Add dev var scrubber for graphql logging #71

Add dev var scrubber for graphql logging

Add dev var scrubber for graphql logging #71

Workflow file for this run

name: CI
on:
push:
branches:
- main
- "v*"
pull_request: {}
release:
types: [published]
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.21.x
- name: Install Dependencies
run: go mod download
- name: Tests
run: go test -v ./...