Skip to content

Commit

Permalink
Add check readme action
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Oct 15, 2023
1 parent 1e480f2 commit 5a67be3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
[*.{md,yaml,yml}]
indent_style = space
indent_size = 2

[*.{yaml,yml}]
quote_type = single
10 changes: 10 additions & 0 deletions .github/workflows/readme-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: 'Check README'
on:
- 'push'
- 'workflow_dispatch'

jobs:
check-readme:
runs-on: 'ubuntu-latest'
steps:
- uses: 'fox-projects/check-organization-links-action'

0 comments on commit 5a67be3

Please sign in to comment.