Skip to content

Commit cd474dd

Browse files
committed
Setting CI (WIP)
1 parent 0bae216 commit cd474dd

File tree

13 files changed

+55
-129
lines changed

13 files changed

+55
-129
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [ staging, trying, master ]
3+
branches: [ master, add-riscv-rt ]
44
pull_request:
55
merge_group:
66

.github/workflows/changelog.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
filters: |
2020
riscv:
2121
- 'riscv/**'
22+
riscv-rt:
23+
- 'riscv-rt/**'
2224
2325
- name: Check for CHANGELOG.md (riscv)
2426
if: steps.changes.outputs.riscv == 'true'
@@ -27,3 +29,11 @@ jobs:
2729
changeLogPath: ./riscv/CHANGELOG.md
2830
skipLabels: 'skip changelog'
2931
missingUpdateErrorMessage: 'Please add a changelog entry in the riscv/CHANGELOG.md file.'
32+
33+
- name: Check for CHANGELOG.md (riscv-rt)
34+
if: steps.changes.outputs.riscv-rt == 'true'
35+
uses: dangoslen/changelog-enforcer@v3
36+
with:
37+
changeLogPath: ./riscv-rt/CHANGELOG.md
38+
skipLabels: 'skip changelog'
39+
missingUpdateErrorMessage: 'Please add a changelog entry in the riscv-rt/CHANGELOG.md file.'

.github/workflows/clippy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [ staging, trying, master ]
3+
branches: [ master, add-riscv-rt ]
44
pull_request:
55
merge_group:
66

File renamed without changes.

.github/workflows/rustfmt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [ staging, trying, master ]
3+
branches: [ master, add-riscv-rt ]
44
pull_request:
55
merge_group:
66

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
resolver = "2"
33
members = [
44
"riscv",
5+
"riscv-rt",
56
]

riscv-rt/.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
This file was deleted.

riscv-rt/.github/workflows/changelog.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

riscv-rt/.github/workflows/clippy.yaml

Lines changed: 0 additions & 42 deletions
This file was deleted.

riscv-rt/.github/workflows/rustfmt.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)