Skip to content

Merge branch 'renovate/npm-packages' of https://github.com/oxc-projec… #321

Merge branch 'renovate/npm-packages' of https://github.com/oxc-projec…

Merge branch 'renovate/npm-packages' of https://github.com/oxc-projec… #321

Workflow file for this run

name: Format (prettier)
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- main
- 'renovate/**'
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Format (prettier)
run: npx prettier . --check