Skip to content

More documentation, and alias function for loading a KeyStore from a … #32

More documentation, and alias function for loading a KeyStore from a …

More documentation, and alias function for loading a KeyStore from a … #32

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.22.x]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- run: go build ./cmd/mjwt/
- run: go test ./...