Skip to content

feat(ui): #321 Add right sidebar transition #11

feat(ui): #321 Add right sidebar transition

feat(ui): #321 Add right sidebar transition #11

name: pr_frontend_formatting_check
on:
pull_request_target:
branches:
- main
types:
- opened
workflow_run:
workflows: [pr_maintainer_checklist]
types:
- completed
jobs:
prettier:
name: Run PR Frontend Formatting Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Prettier
uses: creyD/prettier_action@v4.3
with:
dry: True
prettier_options: ./frontend --check