Skip to content

pr checks

pr checks #3

Workflow file for this run

name: PR Checks
run-name: ${{github.event.pull_request.title}}
on: [ pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v3
- name: build application
working-directory: componenets/kpc
run: make build