Skip to content

fix(ci): fix prettier #495

fix(ci): fix prettier

fix(ci): fix prettier #495

Workflow file for this run

name: Check Format
on:
push:
pull_request:
branches:
- master
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- uses: actions/[email protected]
with:
node-version: 16.x
- name: Check Format
run: |
npm run check-format