Skip to content

Add github action workflows #1

Add github action workflows

Add github action workflows #1

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/cbl-mariner/base/core:2.0
steps:
- uses: actions/checkout@v2
- name: build
run: make rpm