Skip to content

Fix compiled binary cleanup on macOS #53

Fix compiled binary cleanup on macOS

Fix compiled binary cleanup on macOS #53

Workflow file for this run

name: Prettier
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 24
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run Prettier check
run: npx prettier --check .