Skip to content

Commit

Permalink
✏️ Fix name of action
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDevAU committed Nov 8, 2023
1 parent 0f8af30 commit 43427bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-markdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate-Frontmatter
name: Validate-Markdown

on:
pull_request:
Expand All @@ -7,7 +7,7 @@ on:
workflow_dispatch:

jobs:
validate-frontmatter:
validate-markdown:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 43427bd

Please sign in to comment.