Add CI job for package build

We want to run a package build in CI with warnings turned into exceptions, in order to
catch issues in CI (e.g. DeprecationWarning).
This commit is contained in:
Philipp Albrecht 2023-07-24 13:20:17 +02:00
parent 1976f1acdd
commit 7d445e6617
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ jobs:
args: "-f gcc" # For problem matchers
- testenv: yamllint
- testenv: actionlint
- testenv: package
steps:
- uses: actions/checkout@v3
with: