Skip to content

Commit

Permalink
Add workflow that checks Prettier
Browse files Browse the repository at this point in the history
Maybe add lint and test later as needed.
  • Loading branch information
JMLindseth committed Oct 9, 2023
1 parent 69c585a commit 319bb36
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 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Run Prettier
'on': push
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npx prettier --check .

0 comments on commit 319bb36

Please sign in to comment.