Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 525 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 525 Bytes

Github Actions Common Lisp Rove Tests

Runs Common Lisp tests using Rove library

Example of use (see alangalvino/incognia-wrapper):

on: [push]

jobs:
  test:
    runs-on: ubuntu-latest
    name: A job to run Common Lisp tests
    steps:
    - name: Checkout
      uses: actions/checkout@v2
    - name: Install libyaml-dev
      run: sudo apt-get install libyaml-dev
    - name: Run tests (Common Lisp Rove)
      uses: alangalvino/[email protected]