Skip to content

Turn off output on idle #12

Turn off output on idle

Turn off output on idle #12

Workflow file for this run

name: Code Format Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: clang-format-13
version: 1.0
- name: make check-format
run: make check-format