Skip to content

Set timer off until a general version is implemented #334

Set timer off until a general version is implemented

Set timer off until a general version is implemented #334

Workflow file for this run

name: Prettier
# This action works with pull requests and pushes
on: [push]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{css,js,ts,tsx,html,md} --print-width 120