Skip to content

Have to parse JWTs as MapClaims now, as that's what the printer expects #32

Have to parse JWTs as MapClaims now, as that's what the printer expects

Have to parse JWTs as MapClaims now, as that's what the printer expects #32

Workflow file for this run

name: test
on: push
jobs:
test:
name: Lint and test
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Update Go
uses: actions/setup-go@v4
with:
go-version: '>=1.21'
- name: Install Just
uses: extractions/setup-just@v1
- name: Install tools
run: just tools-install
- name: Find tools
run: echo "${HOME}/go/bin" >> $GITHUB_PATH
- name: Lint & Test
run: just test