Skip to content

Machinery to sync images to images.linuxcontainers.org/capn/ #650

Machinery to sync images to images.linuxcontainers.org/capn/

Machinery to sync images to images.linuxcontainers.org/capn/ #650

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: make lint
run: make lint
- name: make test
run: make test
- name: make kini
run: |
make kini
./bin/kini --help