Skip to content

020

020 #4

Workflow file for this run

name: c-test
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build application
run: make all