-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add CI job, which verifies that the README.md contains the generated …
…compiler support table
- Loading branch information
1 parent
b78fd8b
commit 881a6f9
Showing
2 changed files
with
113 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Copyright 2023 Bernhard Manfred Gruber | ||
# SPDX-License-Identifier: MPL-2.0 | ||
|
||
name: Check compiler support table in README.md | ||
on: [push, pull_request] | ||
|
||
jobs: | ||
single-header: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: verify that the compiler support table is up to date | ||
run: | | ||
./script/readme_generator/generate_supported_compilers.py --verify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters