Skip to content

Reregister apk/dpkgs/rpm analyzers #8

Reregister apk/dpkgs/rpm analyzers

Reregister apk/dpkgs/rpm analyzers #8

Workflow file for this run

name: Default
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.4'
- name: Test
run: go test ./...