Skip to content

add explanation about how to use this file #5

add explanation about how to use this file

add explanation about how to use this file #5

Workflow file for this run

name: C_test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make dir
run: mkdir pkg
- name: make
run: make
- name: make lib
run: make lib
- name: run_python
run: python3 main.py