Skip to content

Simplify artifact inspection logic #89

Simplify artifact inspection logic

Simplify artifact inspection logic #89

Workflow file for this run

name: Default
on: [push]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup Go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version-file: "go.mod"
- name: Test
run: go test ./...