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 2c78050
Show file tree
Hide file tree
Showing 2 changed files with 15 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
11 changes: 11 additions & 0 deletions .github/workflows/readme-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 'Check README'
on:
pull_request:
push:
workflow_dispatch:

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

0 comments on commit 2c78050

Please sign in to comment.