Skip to content

Commit ac534c9

Browse files
committed
ci: Check consistency of generated files
This makes the .github/workflows/check-sourcecode more a "check-repo" than a "check-sourcecode".
1 parent 2eece28 commit ac534c9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/check-sourcecode.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,21 @@ jobs:
2222

2323
- name: "Check the sourcecode"
2424
run: ./tools/check-sourcecode
25+
26+
check-generated:
27+
name: "Check Generated Files"
28+
runs-on: ubuntu-latest
29+
30+
steps:
31+
32+
- uses: actions/checkout@v4
33+
34+
- name: Install prerequisites
35+
run: >-
36+
sudo apt-get update
37+
38+
sudo apt-get install -y
39+
asciidoctor
40+
41+
- name: "Verify elf2tag.1 consistency"
42+
run: ./src/update-elf2tag-manpage --verify

0 commit comments

Comments
 (0)