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