Skip to content

Add a handful of RPKI-adjacent OIDs #15

Add a handful of RPKI-adjacent OIDs

Add a handful of RPKI-adjacent OIDs #15

Workflow file for this run

name: CI
permissions:
contents: read
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...