Skip to content

github: Try loading VGEM #415

github: Try loading VGEM

github: Try loading VGEM #415

Workflow file for this run

name: Formatting lint
on: [push]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install dependencies
run: sudo apt install cmake-format clang-format
- name: Running clang-format
env:
CI: 1
run: ./cb format
- name: Running cmake-format
run: ./cb lint-cmake
- name: Print out diff
run: git diff