Skip to content

fix: adding dryrun output on accession #41

fix: adding dryrun output on accession

fix: adding dryrun output on accession #41

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24'
- name: Run tests
run: go test ./...