Skip to content

Add workflow that checks Prettier #2

Add workflow that checks Prettier

Add workflow that checks Prettier #2

Workflow file for this run

# 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 .