Skip to content

78 improve output of refresh toc #20

78 improve output of refresh toc

78 improve output of refresh toc #20

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install packages
run: make install
- name: test
run: make test
- name: format
run: make format