Skip to content

2.06 - top mobile bar features #4

2.06 - top mobile bar features

2.06 - top mobile bar features #4

Workflow file for this run

name: Prettier Autoformat
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
persist-credentials: false
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write ./
github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}