Skip to content

Commit

Permalink
Merge branch 'main' into dgregoraz/riskmanagement
Browse files Browse the repository at this point in the history
  • Loading branch information
TessFerrandez authored Nov 22, 2023
2 parents 224fa70 + 9fdd310 commit f9e7bde
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 25 deletions.
20 changes: 0 additions & 20 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 All @@ -63,18 +55,6 @@ jobs:
megalinter-reports
mega-linter.log
- name: List Files
run: ls -R

- name: Save linkcheck cache
uses: actions/upload-artifact@v2
with:
name: linkcheck_cache
path: megalinter-reports/linkcheck/cache

- name: List Files
run: ls -R

# Create pull request if applicable (for now works only on PR from same repository, not from forks)
- name: Create Pull Request with applied fixes
id: cpr
Expand Down
3 changes: 2 additions & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ENABLE_LINTERS:
- YAML_YAMLLINT
- MDLINKCHECK_LINKCHECK


SPELL_CSPELL_DISABLE_ERRORS: true
MARKDOWN_MARKDOWN_LINK_CHECK_DISABLE_ERRORS: true
SHOW_ELAPSED_TIME: true
Expand All @@ -25,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
1 change: 1 addition & 0 deletions docs/accessibility/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ Before you get to testing, you can make some small changes in how you write code
* [Web Content Accessibility Guidelines (WCAG)](https://www.w3.org/TR/WCAG20/#intro)
* [Accessibility Guidelines and Requirements | Microsoft Style Guide](https://learn.microsoft.com/en-us/style-guide/accessibility/accessibility-guidelines-requirements)
* [Google Developer Style Guide: Write Accessible Documentation](https://developers.google.com/style/accessibility)

1 change: 0 additions & 1 deletion docs/code-reviews/pull-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,5 @@ See also [Pull Request Template](pull-request-template/pull-request-template.md)
* [Google approach to PR size](https://google.github.io/eng-practices/review/developer/small-cls.html)
* [Feature Flags](https://www.martinfowler.com/articles/feature-toggles.html)
* [Facebook approach to hidden features](https://launchdarkly.com/blog/secret-to-facebooks-hacker-engineering-culture/)
* [Azure approach to canary releases](https://learn.microsoft.com/azure/architecture/framework/devops/release-engineering-cd#stage-your-workloads)
* [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0-beta.2/)
* [Angular Commit types](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type)
7 changes: 4 additions & 3 deletions linkcheck.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@
"https://eclipse.dev/mat/",
"https://cloud.google.com/blog/products/gcp/cre-life-lessons-what-is-a-dark-launch-and-what-does-it-do-for-me",
"https://miro.com/guides/retrospectives/ideas-games",
"https://interpret.ml/"
"https://interpret.ml/",
"https://dash.harvard.edu/bitstream/handle/1/38323292/4_Wood_Final.pdf?sequence=1&isAllowed=y"
],
"only_errors": false,
"only_errors": true,
"cache_duration": "24h",
"cache_output_path": "megalinter-reports/linkcheck/cache"
"cache_output_path": "/github/workspace/megalinter-reports/linchcheck-cache"
}

0 comments on commit f9e7bde

Please sign in to comment.