Skip to content

new branch (config-parser): first commit #2

new branch (config-parser): first commit

new branch (config-parser): first commit #2

Workflow file for this run

name: Compilation Check
on:
push:
branches:
- config-parser
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up C++ environment
uses: aminya/setup-cpp@v1
with:
compiler: gcc
- name: Build project
run: |
cd ver-01.1
make