Skip to content

Bump eslint-config-next from 14.1.0 to 14.2.4 #84

Bump eslint-config-next from 14.1.0 to 14.2.4

Bump eslint-config-next from 14.1.0 to 14.2.4 #84

Workflow file for this run

name: Continuous Integration
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 .