Skip to content

Merge pull request #37 from kilobyteno/dependabot/github_actions/stef… #34

Merge pull request #37 from kilobyteno/dependabot/github_actions/stef…

Merge pull request #37 from kilobyteno/dependabot/github_actions/stef… #34

Workflow file for this run

name: Prettier
on: [push]
jobs:
Prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Install NPM dependencies
run: npm install
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{php,js} --config .prettierrc --ignore-path .prettierignore
prettier_plugins: '@prettier/plugin-php prettier-plugin-tailwindcss'