Skip to content

Commit

Permalink
ci: Check consistency of generated files
Browse files Browse the repository at this point in the history
This makes the .github/workflows/check-sourcecode
more a "check-repo" than a "check-sourcecode".
  • Loading branch information
ndim committed Nov 23, 2024
1 parent c6f8c7a commit 4665fa4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/check-sourcecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,21 @@ jobs:

- name: "Check the sourcecode"
run: ./tools/check-sourcecode

check-generated:
name: "Check Generated Files"
runs-on: ubuntu-latest

steps:

- uses: actions/checkout@v4

- name: Install prerequisites
run: >-
sudo apt-get update
sudo apt-get install -y
asciidoctor
- name: "Verify elf2tag.1 consistency"
run: ./src/update-elf2tag-manpage --verify

0 comments on commit 4665fa4

Please sign in to comment.