Skip to content

Bump eslint-config-prettier from 8.3.0 to 9.0.0 #372

Bump eslint-config-prettier from 8.3.0 to 9.0.0

Bump eslint-config-prettier from 8.3.0 to 9.0.0 #372

Workflow file for this run

name: Format
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npx yarn install --frozen-lockfile
- run: npx yarn run format