From 44787b4a86548578333f7ba8d4430e1fe1ef5744 Mon Sep 17 00:00:00 2001 From: "@RandyMcMillan" Date: Mon, 21 Nov 2022 13:20:09 -0500 Subject: [PATCH] .github/workflows/c-cpp.yml: init config --- .github/workflows/c-cpp.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/c-cpp.yml diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml new file mode 100644 index 0000000..b42baf7 --- /dev/null +++ b/.github/workflows/c-cpp.yml @@ -0,0 +1,17 @@ +name: C/C++ CI + +on: + push: + branches: [ "master", "**" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: make + run: make