Skip to content

docs: update overview and contact (#104) #284

docs: update overview and contact (#104)

docs: update overview and contact (#104) #284

Workflow file for this run

name: Clang-Format
on:
pull_request:
branches: [ "main" ]
push:
branches: ["main"]
jobs:
Clang-Format-Checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install clang-format-17
run: |
wget https://apt.llvm.org/llvm.sh
sudo bash llvm.sh 17 all
clang-format-17 --version
- name: Check format of C++ files
working-directory: ${{ github.workspace }}
run: ${{ github.workspace }}/.github/workflows/check_file_formats.sh