Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shiranr committed Nov 2, 2023
1 parent 7ff8a0b commit 48e2ab5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ jobs:
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
fetch-depth: 0

# - name: List Files
# run: ls -R

# - name: Download linkcheck artifact
# uses: actions/download-artifact@v3
# with:
# name: linkcheck_cache

# MegaLinter
- name: MegaLinter
id: ml
Expand Down
2 changes: 1 addition & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ LOG_LEVEL: WARNING
MARKDOWN_MARKDOWN_LINK_CHECK_ARGUMENTS: "-q"
# DISABLE_ERRORS: true # Uncomment if you want MegaLinter to detect errors but not block CI to pass
PLUGINS:
- https://raw.githubusercontent.com/shiranr/linkcheck/main/mega-linter-plugin-linkcheck/linkcheck.megalinter-descriptor.yml
- https://raw.githubusercontent.com/shiranr/linkcheck/v2.0.17.beta/mega-linter-plugin-linkcheck/linkcheck.megalinter-descriptor.yml
2 changes: 1 addition & 1 deletion linkcheck.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
],
"only_errors": false,
"cache_duration": "0h",
"cache_output_path": "/github/workspace/megalinter-reports/linchcheck_cache"
"cache_output_path": "/github/workspace/megalinter-reports/linchcheck-cache"
}

0 comments on commit 48e2ab5

Please sign in to comment.