Skip to content

Add system token header to query SCC subscriptions (bsc#1219855) #76

Add system token header to query SCC subscriptions (bsc#1219855)

Add system token header to query SCC subscriptions (bsc#1219855) #76

Workflow file for this run

name: Golang Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Install Staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest
- name: Build
run: go build -v ./...
- name: make tests
run: make test