Skip to content

Commit de37046

Browse files
authored
Merge pull request #17 from rex-rs/ci
- ci: enforce commit sign-offs on pull requests - ci: update workflow path filters to exclude README.md - README: adding workflow status badges Signed-off-by: Jinghao Jia <jinghao7@illinois.edu>
2 parents 01314ab + 24375f1 commit de37046

File tree

5 files changed

+364
-0
lines changed

5 files changed

+364
-0
lines changed

.github/workflows/dco-check.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: DCO Check
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
check:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: KineticCafe/actions-dco@v1

.github/workflows/meson.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- docs/**
77
- tools/**
88
- flake.nix
9+
- README.md
910
pull_request:
1011
branches: [main]
1112
paths-ignore:
1213
- docs/**
1314
- tools/**
1415
- flake.nix
16+
- README.md
1517

1618
jobs:
1719
build_and_test:

.github/workflows/nix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
paths-ignore:
66
- docs/**
77
- tools/**
8+
- README.md
89
pull_request:
910
branches: [main]
1011
paths-ignore:
1112
- docs/**
1213
- tools/**
14+
- README.md
1315

1416
jobs:
1517
build_and_test:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Rex kernel extensions
22

3+
[![CI](https://img.shields.io/github/actions/workflow/status/rex-rs/rex/.github%2Fworkflows%2Fmeson.yml?label=ci)](https://github.com/rex-rs/rex/actions)
4+
[![Nix](https://img.shields.io/github/actions/workflow/status/rex-rs/rex/.github%2Fworkflows%2Fnix.yml?label=ci-nix)](https://github.com/rex-rs/rex/actions)
5+
[![Gentoo](./docs/image/gentoo-badge3.svg)](https://www.gentoo.org)
6+
37
```
48
____ _______ __ _____ _ _
59
| _ \| ____\ \/ / | ____|_ _| |_ ___ _ __ ___(_) ___ _ __ ___

docs/image/gentoo-badge3.svg

Lines changed: 346 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)