Skip to content

Add commentary about the hash function #238

Add commentary about the hash function

Add commentary about the hash function #238

Workflow file for this run

name: Main link-grammar CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install packages
run: sudo apt-get install autoconf-archive flex libpcre2-dev
- name: autoconf
run: ./autogen.sh
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck