-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move documents on C to docs * Remove all code related to C * Update README
- Loading branch information
1 parent
a61e038
commit e61f35a
Showing
200 changed files
with
29 additions
and
28,943 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
name: Lint Code Base | ||
|
||
on: [push] | ||
on: | ||
push: | ||
branches: [ "main" ] | ||
pull_request: | ||
branches: [ "main" ] | ||
|
||
jobs: | ||
run-linter: | ||
|
@@ -18,12 +22,3 @@ jobs: | |
--exclude /(\.github|\.git|\.venv|\.vscode)/ | ||
src: "." | ||
version: "22.3.0" | ||
|
||
- name: Run clang-format (C) | ||
uses: HorstBaerbel/[email protected] | ||
# These are optional (defaults displayed) | ||
with: | ||
scandir: '.' | ||
excludedirs: 'build,cmake,third-party' | ||
extensions: 'c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx' | ||
style: 'file' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.