Commit a23b15f
authored
Split CI Workflows by Platform and Task, Improve Formatting and Linting Reliability (#108)
- Added CI badges to the README
- Added YAML linting to CI
- Added missing license headers and C header include guards
- Extended the pre-commit hooks to remove trailing whitespace, check licenses, format, and lint files
- Split CI into multiple workflow files: one per platform, one for lint & license, one for general Deeploy tests, one for infrastructure, and two for Docker flows, improving maintainability and status reporting
- Extended CI to check license in CMake and YAML files
- Removed all trailing whitespace
- Fix license CI check and prevent potential issues with `jq` installation1 parent 05d6403 commit a23b15f
File tree
164 files changed
+2930
-1537
lines changed- .github/workflows
- .gitlab
- issue_templates
- merge_request_templates
- .vscode
- DeeployTest
- Platforms
- Chimera
- Generic
- MemPool
- PULPOpen
- QEMU_ARM
- Siracusa
- Snitch
- SoftHier
- testUtils
- Deeploy
- CommonExtensions/CodeTransformationPasses
- Targets
- Generic/Templates
- PULPOpen
- DMA
- Templates
- TileConstraints
- Snitch
- DMA
- Templates
- TileConstraints
- TilingExtension
- CodeTransformationPasses
- TargetLibraries
- CMSIS
- Chimera
- Generic
- inc/kernel
- MemPool
- cmake
- PULPOpen
- cmake
- inc
- kernel
- Snitch
- cmake
- inc
- kernel
- src
- SoftHier
- cmake
- cmake
- chimera
- cmsis
- generic
- mempool
- pulp
- pulp-open
- siracusa
- snitch
- snitch_cluster
- softhier
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
164 files changed
+2930
-1537
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
0 commit comments