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

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

0 comments on commit 18feba5

Please sign in to comment.