Skip to content

Add signature package for signing events and verifying signatures #128

Add signature package for signing events and verifying signatures

Add signature package for signing events and verifying signatures #128

Workflow file for this run

name: Build and test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: "recursive"
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21.11"
- name: Build and test
run: make all check tidy check-dirty