-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add sm_cm_config as subtree * add more data from other sources including clocks and fireflies into data stream
- Loading branch information
1 parent
c709640
commit f84bf07
Showing
31 changed files
with
3,817 additions
and
181 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
exclude_paths: | ||
- "sm_cm_config/**" |
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 |
---|---|---|
|
@@ -108,13 +108,20 @@ jobs: | |
with: | ||
files_ignore: | | ||
**/*.yml | ||
**/*.py | ||
**/*.xml | ||
**/*.ipynb | ||
.clang* | ||
.git* | ||
**/*.sh | ||
**/*.def | ||
**/Makefile | ||
makedefs | ||
**/*.md | ||
**/.pylintrc | ||
**/.gitignore | ||
**/.git* | ||
**/LICENSE | ||
- name: Format changed files | ||
if: steps.changed-files.outputs.any_changed == 'true' | ||
uses: DoozyX/[email protected] | ||
|
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
Oops, something went wrong.