Skip to content

feature: add config class for loading conf data #7

feature: add config class for loading conf data

feature: add config class for loading conf data #7

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" , "dev" ]
pull_request:
branches: [ "main" , "dev"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make
- name: format
run: make formator