Skip to content

Merge pull request #273 from brunodmartins/feature/add_jsp_jsf #55

Merge pull request #273 from brunodmartins/feature/add_jsp_jsf

Merge pull request #273 from brunodmartins/feature/add_jsp_jsf #55

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,md,scss,yaml,yml}