Skip to content

Add a blog link

Add a blog link #14

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
Test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Init
run : cd ${GITHUB_WORKSPACE}
- name: Build
run : make
- name: Run test
run : make test-run