Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Add actions/checkout with gh-page add use GITHUB_TOKEN with super-lin…
Browse files Browse the repository at this point in the history
…ter (#67)
  • Loading branch information
ruzickap authored Sep 8, 2020
1 parent 1622279 commit 94cbc51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: docker://github/super-linter
uses: github/super-linter@v3
env:
VALIDATE_STATES: flase
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_STATES: false
4 changes: 4 additions & 0 deletions .github/workflows/periodic-broken-link-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
broken-link-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: gh-pages

- name: Broken link checker
env:
EXCLUDE: |
Expand Down

0 comments on commit 94cbc51

Please sign in to comment.