Skip to content

Improve performance by reverting Apple silicon workaround (root problem is fixed upstream) #447

Improve performance by reverting Apple silicon workaround (root problem is fixed upstream)

Improve performance by reverting Apple silicon workaround (root problem is fixed upstream) #447

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run prettier
run: |
npm init -y
npm i prettier