Skip to content

attestations: Add support for GitHub pull request approval attestation #2155

attestations: Add support for GitHub pull request approval attestation

attestations: Add support for GitHub pull request approval attestation #2155

Workflow file for this run

name: tests
on:
push:
branches: ['main']
paths-ignore:
- "docs/*"
pull_request:
paths-ignore:
- "docs/*"
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Install Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
with:
go-version: '1.22'
cache: true
- name: Test
run: go test -covermode atomic ./...