URI: 
       tCreate c-cpp.yml - git-restrict - simple utility for git repo permission management
  HTML git clone https://git.parazyd.org/git-restrict
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e2deff6ef087b4d2fc16dd2b73e022ef6c7dd004
   DIR parent 0484d2a0c353a4a3d7d78cda9ed9fab9f184d1eb
  HTML Author: parazyd <parazyd@users.noreply.github.com>
       Date:   Sun,  4 Apr 2021 12:51:05 +0200
       
       Create c-cpp.yml
       Diffstat:
         A .github/workflows/c-cpp.yml         |      19 +++++++++++++++++++
       
       1 file changed, 19 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
       t@@ -0,0 +1,19 @@
       +name: C/C++ CI
       +
       +on:
       +  push:
       +    branches: [ master ]
       +  pull_request:
       +    branches: [ master ]
       +
       +jobs:
       +  build:
       +
       +    runs-on: ubuntu-latest
       +
       +    steps:
       +    - uses: actions/checkout@v2
       +    - name: make
       +      run: make
       +    - name: make test
       +      run: make test