Skip to content

Bump apple-actions/import-codesign-certs from 2 to 3 (#20) #35

Bump apple-actions/import-codesign-certs from 2 to 3 (#20)

Bump apple-actions/import-codesign-certs from 2 to 3 (#20) #35

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: go test -v ./...