Skip to content

Commit

Permalink
Add prettier to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Nov 2, 2023
1 parent bb73676 commit 3e6d2b0
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 3e6d2b0

Please sign in to comment.