Skip to content

Update README and rename to sigstore-go #3

Update README and rename to sigstore-go

Update README and rename to sigstore-go #3

Workflow file for this run

name: "Build and test"
on:
push:
branches: [main]
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run tests
run: make test