Skip to content

Edit elfiverse URLs #922

Edit elfiverse URLs

Edit elfiverse URLs #922

Workflow file for this run

name: Prettier
on: [pull_request]
jobs:
prettier-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "14.x"
- run: yarn
- run: yarn workspaces run prettier:check