Skip to content

docs: update README with platform compatibility and build status #10

docs: update README with platform compatibility and build status

docs: update README with platform compatibility and build status #10

Workflow file for this run

name: Precheck
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
workflow_dispatch:
jobs:
precheck:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential cmake cpplint
- name: Check cpplint
run: cpplint --recursive lib include