Skip to content

feat(engine): Fix formatting and add new features #18

feat(engine): Fix formatting and add new features

feat(engine): Fix formatting and add new features #18

Workflow file for this run

name: Build Libs CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
if: always()
steps:
- name: Checkout
uses: actions/checkout@v3
- name: make lib
run: |
make lib
exit $(($? != 0))
- name: SonarCloud Scan for C and C++
uses: SonarSource/[email protected]
- name: Check if build succeeded
run: exit $(($? != 0))