Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/service_rewrite_2023' into inp…
Browse files Browse the repository at this point in the history
…ut-matcher-rewrite
  • Loading branch information
jiji14 committed Nov 3, 2023
2 parents b4bc7ab + 13b7011 commit f2a8db6
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 f2a8db6

Please sign in to comment.