Skip to content

Bump next from 14.2.12 to 14.2.15 #1604

Bump next from 14.2.12 to 14.2.15

Bump next from 14.2.12 to 14.2.15 #1604

Workflow file for this run

name: Prettier
on:
pull_request:
branches: [main, develop]
push:
branches: [main, develop]
jobs:
check-prettier:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: yarn
- name: Check code formatting
run: yarn prettier:check