Skip to content

Tracker Info File + Backup Modifier + restless poltergeist fix + 3* N… #1708

Tracker Info File + Backup Modifier + restless poltergeist fix + 3* N…

Tracker Info File + Backup Modifier + restless poltergeist fix + 3* N… #1708

Workflow file for this run

name: Format with Prettier
on:
push:
branches:
- master
jobs:
static:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write .
prettier_version: 2.8.8