From 8cd88a201481ba807c6d029b736e52c99c8f4202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89dith?= <146032034+eviau-artefactual@users.noreply.github.com> Date: Thu, 8 Aug 2024 11:39:35 -0400 Subject: [PATCH] Remove linkcheck (#472) --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63f0fa96..a2b339f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,9 +32,6 @@ jobs: - name: "Run build test" run: | make test - - name: "Linkcheck" - run: | - make linkcheck lint: name: "Linting" runs-on: "ubuntu-22.04"