Skip to content

Commit

Permalink
small improvements (#10)
Browse files Browse the repository at this point in the history
* make main loop more explicit

* add Doxyfile

* update GH actions
  • Loading branch information
bartekpacia committed Feb 12, 2021
1 parent 62b6660 commit 7a4244d
Show file tree
Hide file tree
Showing 6 changed files with 2,638 additions and 65 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
name: Check code style

on: [push, pull_request]
on: [push]

jobs:
build:
check-style:
name: Code style check
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: clang-format
uses: DoozyX/[email protected]
with:
source: "./src"
clangFormatVersion: 11
inplace: True
- uses: EndBug/add-and-commit@v4
- name: Run clang-format style check for C/C++ code
uses: jidicula/[email protected]
with:
author_name: clang-format (auto)
author_email: [email protected]
message: "fix code style using clang-format"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
clang-format-version: '11'
check-path: '.'
40 changes: 0 additions & 40 deletions .github/workflows/release_linux.yml

This file was deleted.

Loading

0 comments on commit 7a4244d

Please sign in to comment.