Skip to content

Commit

Permalink
Merge pull request #1095 from jiji14/prettier-github-action
Browse files Browse the repository at this point in the history
Add Prettier in GH action
  • Loading branch information
shankari authored Nov 2, 2023
2 parents 765fa00 + 3e6d2b0 commit 13b7011
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: prettier
on:
pull_request:

jobs:
run-prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npx prettier --check www

0 comments on commit 13b7011

Please sign in to comment.