Skip to content

fix spelling

fix spelling #1711

Workflow file for this run

---
name: "Linters"
on: push
jobs:
"Prettier":
runs-on: ubuntu-latest
container: node:16
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn install
- name: Get prettier version
run: yarn run prettier --version
- name: Run prettier check
run: yarn run prettier:check