Skip to content

7 sockets

7 sockets #20

Workflow file for this run

name: C++ Linter
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- name: clang-format Check
uses: jidicula/[email protected]
with:
source: "."
extensions: "hpp,cpp,tpp,ipp"
clangFormatVersion: 16
style: "Google"