https://github.com/godeltech/codereview.adhocreview
https://github.com/godeltech/codereview.adhocreview
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/godeltech/codereview.adhocreview
- Owner: GodelTech
- License: mit
- Created: 2022-01-11T12:44:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T12:00:52.000Z (almost 2 years ago)
- Last Synced: 2025-05-16T06:35:30.452Z (about 1 year ago)
- Language: Liquid
- Size: 42 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeReview.AdHocReview
## Analysis
Each analysis locates in the corresponding directory in the `src` folder.
The analysis folder should contains the following
```
|-- src
`-- cloc <- analysis name
| README.md <- contains all information on how to run an analysis
| run.ps1 <- script to run an analysis
| run.sh <- script to run an analysis
| workflow.yaml <- analysis workflow
|
`-- imports <- directory to be imported into the container
.gitkeep
```