Skip to content

VULN-44842 Add a flag that allows users to not send the Access JWT to… #908

VULN-44842 Add a flag that allows users to not send the Access JWT to…

VULN-44842 Add a flag that allows users to not send the Access JWT to… #908

Workflow file for this run

on: [push, pull_request]
name: Check
jobs:
check:
strategy:
matrix:
go-version: [1.20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: make test