commit 760d85250dc897a42e19e6af70bb8dd9edbdf36c parent 00dbf3cc83664d9beab75fa0e45c9630eb782f27 Author: William Casarin <jb55@jb55.com> Date: Mon, 21 Nov 2022 10:34:34 -0800 Merge remote-tracking branch 'github/master' Diffstat:
A | .github/workflows/c-cpp.yml | | | 17 | +++++++++++++++++ |
1 file changed, 17 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/c-cpp.yml 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