Skip to content

add command for testing firestore on server #9

add command for testing firestore on server

add command for testing firestore on server #9

Workflow file for this run

name: Prettier
on:
pull_request:
push:
branches:
- master
jobs:
Prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Enable corepack
run: corepack enable
- run: sudo yarn
- run: yarn prettier:ci