Skip to content

Commit db00936

Browse files
committed
Add CI/CD steps
1 parent 173e6ad commit db00936

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

.borg.template.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[template]
22
files = [
3+
# All SecOps Repos
34
".gitattributes",
4-
".gitignore",
5-
"CODE_OF_CONDUCT.md",
6-
"SECURITY.md",
75
".github/workflows/pr_reminder.yml",
86
".github/workflows/cleanup.yml",
7+
"CODE_OF_CONDUCT.md",
8+
"SECURITY.md",
9+
# All Python Repos
10+
".gitignore",
911
"Makefile",
1012
]

.gitattributes

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)