Skip to content

Attempted to switch API over to string_view #511

Attempted to switch API over to string_view

Attempted to switch API over to string_view #511

Workflow file for this run

name: cppcheck
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install cppcheck
run: sudo apt-get install -y cppcheck
- name: Run cppcheck
run: |
cmake --preset linux-test
cmake --build --preset linux-test --target check