Skip to content

Bump next from 14.2.5 to 14.2.13 (#8) #31

Bump next from 14.2.5 to 14.2.13 (#8)

Bump next from 14.2.5 to 14.2.13 (#8) #31

Workflow file for this run

name: Format
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Check formatting
run: npm run format:check