Skip to content

Add metalnetlet bootstrap token #161

Add metalnetlet bootstrap token

Add metalnetlet bootstrap token #161

Workflow file for this run

name: Pull Request Code test
on:
pull_request_target:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- run: make test
# Do a build to see whether the binary still compiles.
- run: go build -o bin/kubectl-onmetal .