Skip to content

Merge branch 'master' into ffxiv-export-url-endings #1710

Merge branch 'master' into ffxiv-export-url-endings

Merge branch 'master' into ffxiv-export-url-endings #1710

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