Skip to content

update attestation command example (#183) #10

update attestation command example (#183)

update attestation command example (#183) #10

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1
- name: Build
run: |
make
- name: Run tests
run: go test -v --race -covermode=atomic -coverprofile cover.out ./...