Skip to content

Commit

Permalink
Validate code formatting on push
Browse files Browse the repository at this point in the history
  • Loading branch information
powersagitar committed Dec 26, 2024
1 parent 9ff0fe8 commit de8e440
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/prettier-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Prettier
on: push

jobs:
dependabot:
runs-on: ubuntu-latest
steps:
- name: "Package script: prettier:check"
run: npm run prettier:check

0 comments on commit de8e440

Please sign in to comment.