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:
parent
1976f1acdd
commit
7d445e6617
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
args: "-f gcc" # For problem matchers
|
||||
- testenv: yamllint
|
||||
- testenv: actionlint
|
||||
- testenv: package
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue