Skip to content

Add audit command

Add audit command #106

Workflow file for this run

name: Go Tests (sourcetool)
on:
pull_request:
jobs:
test:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: "1.24"
check-latest: true
- name: Run Go tests
run: go test ./sourcetool/...