Skip to content

feat: clang-tidy code style action #16

feat: clang-tidy code style action

feat: clang-tidy code style action #16

Workflow file for this run

name: Build YANET
on: push
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: meson clang python3-pyelftools libnuma-dev libpcap-dev git
version: 1.0
- uses: actions/checkout@v4
with:
submodules: true
- uses: hendrikmuhs/[email protected]
name: ccache
with:
key: ${{ runner.os }}-build-cache
- run: |
meson setup build -Dbuildtype=debug
meson compile -C build