crepl

An intuitive calculator REPL.
git clone git://git.knutsen.co/crepl
Log | Files | Refs | README | LICENSE

commit 0ca6e96f845d3bc0a9accc750b1e749cda941782
parent 5ec6c6b393a59ae9c4391c40da716c1451bf63f8
Author: Fredrik <moi@knutsen.co>
Date:   Mon, 29 Jun 2020 17:00:33 +0100

Create c.yml
Diffstat:
A.github/workflows/c.yml | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml @@ -0,0 +1,17 @@ +name: 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