Skip to content

Changed main.conf -> default.conf to prevent autoloading conf by default #162

Changed main.conf -> default.conf to prevent autoloading conf by default

Changed main.conf -> default.conf to prevent autoloading conf by default #162

Workflow file for this run

name: Format check
on:
push:
pull_request:
branches: [master]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check on src directory
uses: jidicula/[email protected]
with:
clang-format-version: "14"
check-path: "src"