Skip to content

build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 #144

build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1

build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 #144

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