Skip to content

feat: Prevent Logging of Sensitive info in Plain Text (#35) #42

feat: Prevent Logging of Sensitive info in Plain Text (#35)

feat: Prevent Logging of Sensitive info in Plain Text (#35) #42

Workflow file for this run

name: "Run Tests"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Install dependencies
run: go get .
- name: Tests
run: make test