Skip to content

Fix #9: fix typo

Fix #9: fix typo #6

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make all
working-directory: codes