Skip to content

Add Playfab register hook function #5

Add Playfab register hook function

Add Playfab register hook function #5

Workflow file for this run

name: Format
on:
pull_request:
jobs:
code:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 14.x
- name: Install dependencies
run: yarn install
- name: Run prettier
run: yarn format:check