Skip to content

Bump eslint-config-next from 14.2.1 to 14.2.2 in /apps/web #29

Bump eslint-config-next from 14.2.1 to 14.2.2 in /apps/web

Bump eslint-config-next from 14.2.1 to 14.2.2 in /apps/web #29

Workflow file for this run

name: Prettier Check
on: [push]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
run: npm install
- name: Prettier check
run: npx prettier --check ./apps/web