Skip to content

Commit

Permalink
Create markdown-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s2t2 authored Apr 16, 2024
1 parent 89a8574 commit 2f4b6ef
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/markdown-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Markdown check

on:
push:
branches: [ "main" ]
pull_request:
# branches: [ "main" ]

#permissions:
# contents: read

jobs:
build:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4

- uses: rojopolis/[email protected]
name: GitHub Spellcheck Action


0 comments on commit 2f4b6ef

Please sign in to comment.