Skip to content

Bump eslint from 8.57.0 to 9.9.0 #105

Bump eslint from 8.57.0 to 9.9.0

Bump eslint from 8.57.0 to 9.9.0 #105

Workflow file for this run

name: Fix JS styling
on:
pull_request:
push:
branches:
- main
- v3
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Prettier
uses: creyD/[email protected]
with:
prettier_options: --write ./resources/**/*.{js,vue}
commit_message: "[Chore] Fix styling"