From 570719c807fcdfacee1e76fcd83e9124d19ddfec Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Sat, 26 Oct 2024 17:01:30 +0200 Subject: [PATCH] github action: allow the lintian step to fail. For now this seems to be ok. There is an result (deb). And for now there is not yet the intention to upstream this to Debian. Signed-off-by: Jan Vermaete --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a9b293..360f505 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,4 +68,5 @@ jobs: - name: Lintian run: lintian --info --display-info opendds.deb + continue-on-error: true if: always()