Skip to content

Initial commit of cloc settings #93

Initial commit of cloc settings

Initial commit of cloc settings #93

Workflow file for this run

name: nomlib_ci
on: [push] # Trigger on every push
jobs:
build:
runs-on: i8degrees/local:0.13.1
steps:
- name: Check out code
uses: actions/checkout@v4
- name: checkout
run: git checkout dev
- name: version
run: cmake --version && clang++ --version
- name: build
run: echo ""