From 3316457d3af10ab752665955a2c43469bc9e1806 Mon Sep 17 00:00:00 2001 From: Keksmo Date: Wed, 31 Jul 2024 15:20:03 +0200 Subject: [PATCH] updated github CI test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 781c02bb14..3750ba3341 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Syntax check run: | . venv/bin/activate - rstcheck --recursive --ignore-directives "tabs" fido2/ hsm/ nethsm/ nextbox/ nitrokey3/ nitropad/ nitropc/ nitrophone/ nitrowall/ pro/ software/ start/ storage/ u2f/ + rstcheck --recursive --ignore-directives "tabs" nitrokeys/ nethsm/ nextbox/ nitropad/ nitropc/ nitrophone/ nitrowall/ software/ build-error-check: name: Check build error runs-on: ubuntu-latest