Skip to content

Instala o suporte ao jekyll no prettier #85

Instala o suporte ao jekyll no prettier

Instala o suporte ao jekyll no prettier #85

Workflow file for this run

name: Prettier
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.2.2
with:
ref: ${{ github.head_ref }}
- name: Run Prettier
uses: AbdulRehman-1/pr-prettier@initial
with:
only_changed: true
prettier_options: --write **/*.{css,html,js,json,liquid,md,scss,yaml,yml}