forked from ssannandeji/Zenject-2019
-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds GH Action/Workflow: Markdown Links Checker and Updates to Readme…
….md (#80) * Update readme * Update links to md format * Update links to md format * Update links to md format * Update links to md format * Update links to md format * Update readme * Update readme * Update readme * Update readme * Update readme * Update readme * Update readme * Update readme * Update readme * Update readme * Update readme * Update readme * Update readme * Create ValidMarkdown.yml * Update ValidMarkdown.yml * Create main.yml * Update and rename main.yml to CheckMarkdownLinks.yml * Update CheckMarkdownLinks.yml * Update CheckMarkdownLinks.yml * Update readme * Update readme * Update readme * Update readme * Update readme * Add Header image for readme.md * Updates to Readme * Updates to Readme * Updates to Readme
- Loading branch information
1 parent
dcf3352
commit 94c675a
Showing
5 changed files
with
70 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: MarkdownValidator | ||
|
||
on: [push] | ||
|
||
jobs: | ||
build: | ||
# Job name is Greeting | ||
name: MarkdownValidator | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: markdown-link-check | ||
uses: gaurav-nelson/github-action-markdown-link-check@0.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Check Markdown links | ||
|
||
on: push | ||
jobs: | ||
linkChecker: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Link Checker | ||
id: lc | ||
uses: peter-evans/link-checker@v1 | ||
with: | ||
args: -v -r * | ||
- name: Create Issue From File | ||
uses: peter-evans/create-issue-from-file@v2 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
title: Link Checker Report | ||
content-filepath: ./link-checker/out.md | ||
labels: report, automated issue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,5 @@ project_root_marker | |
*.csproj.user | ||
/SampleBuilds | ||
|
||
# Added by Mathijs: | ||
.DS_Store |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.