From 8e0ba70b64f60842bc5e93e765ea1548f2d59af8 Mon Sep 17 00:00:00 2001 From: "C. Fuhrman" Date: Tue, 17 May 2022 12:59:50 -0400 Subject: [PATCH] rename check-links --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 3758ba8..1d4db17 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -16,7 +16,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" - build: + check-links: # The type of runner that the job will run on runs-on: ubuntu-latest