Skip to content

Add doc on https

Add doc on https #45

Workflow file for this run

name: Build and test
on: [push, pull_request]
jobs:
build-and-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: shirok/setup-gauche@v3
- name: Build and check
run: |
./configure
make
make -s check