Skip to content

build(deps-dev): bump eslint from 8.57.1 to 9.37.0 #142

build(deps-dev): bump eslint from 8.57.1 to 9.37.0

build(deps-dev): bump eslint from 8.57.1 to 9.37.0 #142

Workflow file for this run

name: Prettier
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
prettier_options: --write --config .prettierrc.json src/**/*.{js,html,css}
only_changed: True