Skip to content

Update ffxiv._index.tsx #1781

Update ffxiv._index.tsx

Update ffxiv._index.tsx #1781

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