diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index a5263dc78c..47af77ba39 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -2,12 +2,10 @@ name: Link checker on: push -#env: -# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -# jobs: - build: - name: Build and Test + link-check: + runs-on: ubuntu-latest + name: Link checker steps: - uses: actions/checkout@v2 with: