Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Bump next from 15.1.6 to 15.3.0 #51

Bump next from 15.1.6 to 15.3.0

Bump next from 15.1.6 to 15.3.0 #51

Workflow file for this run

name: Continuous Integration
permissions: read-all
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
prettier:
runs-on: ubuntu-latest
name: Prettier
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: "20.x"
cache: "yarn"
- name: Install Dependencies
run: yarn install
- name: Run Prettier
run: npx prettier --check .