Skip to content

build(deps-dev): bump eslint-plugin-prettier from 5.2.3 to 5.2.5 (#539) #1144

build(deps-dev): bump eslint-plugin-prettier from 5.2.3 to 5.2.5 (#539)

build(deps-dev): bump eslint-plugin-prettier from 5.2.3 to 5.2.5 (#539) #1144

Workflow file for this run

name: Run Format
on:
push:
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "18" # Updated Node.js version
- name: Install dependencies
run: npm install
- name: Run script
run: npm run format:check # Replace with the path to your script