-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improving CI/CD for Github actions
- Loading branch information
Showing
26 changed files
with
339 additions
and
290 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
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,21 @@ | ||
<!-- | ||
If you are a first-time contributor to MontePy, | ||
refer the developing guidelines at: | ||
https://idaholab.github.io/MontePy/developing.html | ||
--> | ||
|
||
# Description | ||
|
||
Please include a summary of the change and which issue is fixed if applicable. Please also include relevant motivation and context. | ||
|
||
Fixes # (issue) | ||
|
||
# Checklist | ||
|
||
- [ ] I have performed a self-review of my own code | ||
- [ ] I have made corresponding changes to the documentation (if applicable) | ||
- [ ] I have added tests that prove my fix is effective or that my feature works (if applicable) | ||
<!-- | ||
While tests will automatically be checked by CI, it is good practice to | ||
ensure that they pass locally first. | ||
--> |
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
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
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 |
---|---|---|
|
@@ -10,3 +10,4 @@ doc/build/* | |
.coverage | ||
.idea/ | ||
.ipynb_checkpoints/ | ||
montepy/_version.py |
Oops, something went wrong.