Skip to content

Remove Asar Handling :trolly: #3270

Remove Asar Handling :trolly:

Remove Asar Handling :trolly: #3270

Workflow file for this run

name: Prettier
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
permissions:
contents: read
jobs:
run-prettier:
name: Run Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
uses: ./.github/actions/install
- name: Run Prettier
run: pnpm run prettier:check