Skip to content

Bump @typescript-eslint/parser from 8.7.0 to 8.8.1 #632

Bump @typescript-eslint/parser from 8.7.0 to 8.8.1

Bump @typescript-eslint/parser from 8.7.0 to 8.8.1 #632

Workflow file for this run

name: prettier
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
prettier-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install Prettier
run: npm install --save-dev prettier
- name: Run Prettier Check
run: npx prettier --check .