Skip to content

table: use array functions for underlying buffers #283

table: use array functions for underlying buffers

table: use array functions for underlying buffers #283

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