Skip to content

Commit

Permalink
i have no idea if this is valid workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
artifishvr committed May 31, 2024
1 parent c8a660a commit 062ce47
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/prettier-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Prettier Linting

on:
push:

jobs:
- uses: actions/checkout@v2 # Check out the repository first.
- uses: actionsx/prettier@v2
with:
args: --check .

0 comments on commit 062ce47

Please sign in to comment.