Skip to content

WIP: Merge osbuildbootc into here, use osbuild/images PR #1

WIP: Merge osbuildbootc into here, use osbuild/images PR

WIP: Merge osbuildbootc into here, use osbuild/images PR #1

Workflow file for this run

name: lints
on:
push:
branches: [main]
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build
run: make
- name: unit tests
run: make check