summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Albrecht <palbrecht@mailbox.org>2023-07-24 13:20:17 +0200
committerPhilipp Albrecht <palbrecht@mailbox.org>2023-08-09 12:46:58 +0200
commit7d445e6617db061a5755561ea1023c09bcb3ee77 (patch)
tree24c8fcd9e2a1764d1076abbc69d452ab0520f6ce
parent1976f1acdd99a1f904b77d6a90e49bcd74bc587f (diff)
downloadqutebrowser-7d445e6617db061a5755561ea1023c09bcb3ee77.tar.gz
qutebrowser-7d445e6617db061a5755561ea1023c09bcb3ee77.zip
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).
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a1612a4eb..14d642491 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,6 +33,7 @@ jobs:
args: "-f gcc" # For problem matchers
- testenv: yamllint
- testenv: actionlint
+ - testenv: package
steps:
- uses: actions/checkout@v3
with: