Skip to content

Streamline exporting from jwk.Key to raw key #2207

Streamline exporting from jwk.Key to raw key

Streamline exporting from jwk.Key to raw key #2207

Workflow file for this run

name: lint
on: [push]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
check-latest: true
- uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
- name: Run go vet
run: |
go vet ./...