Skip to content

Pull Request Title: Update Field Day: Desktop Data Manager with New Dark Theme and UI Enhancements #715

Pull Request Title: Update Field Day: Desktop Data Manager with New Dark Theme and UI Enhancements

Pull Request Title: Update Field Day: Desktop Data Manager with New Dark Theme and UI Enhancements #715

Workflow file for this run

name: AutoPretty
on:
push:
pull_request:
branches:
- "main"
- "dev"
- "US**"
jobs:
prettier:
if: ${{ github.event.action != 'synchronize' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Prettify code
uses: creyD/[email protected]
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{html,css,js,md} --config .prettierrc
only_changed: False