mumble

A Lisp written in C, following the *Build Your Own Lisp* book
Log | Files | Refs | README

ci.yml (166B)


      1 on: [push, pull_request]
      2 
      3 name: CI
      4 
      5 jobs:
      6   check:
      7     name: Build and test
      8     runs-on: ubuntu-latest
      9     steps:
     10       - uses: actions/checkout@v3
     11       - run: make