Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/service_rewrite_2023' into eve…
Browse files Browse the repository at this point in the history
…nt-notif-rewrite
  • Loading branch information
Abby Wheelis committed Nov 2, 2023
2 parents 5e04536 + 13b7011 commit 8764701
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 8764701

Please sign in to comment.