Skip to content

table: reduce code repetition with pointer #281

table: reduce code repetition with pointer

table: reduce code repetition with pointer #281

Workflow file for this run

name: Lone Lisp CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: make
- name: Test
run: make test