Skip to content

WIP

WIP #5

Workflow file for this run

name: build
on:
push:
pull_request:
workflow_run:
# Use a workflow as a trigger of scheduled builds. Forked repositories can disable scheduled builds by disabling
# "scheduled" workflow, while maintaining ability to perform local CI builds.
workflows:
- scheduled
branches:
- main
- test_actions
types:
- requested
jobs:
cpp-formatting-check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: |
git submodule update --init
- name: Check formatting
run: |
python tools/format.py