Skip to content

chore(ci): improve pull request and bump oxlint jobs #4

chore(ci): improve pull request and bump oxlint jobs

chore(ci): improve pull request and bump oxlint jobs #4

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
- uses: ./.github/actions/pnpm
- name: Run Format (prettier)
run: npx prettier . --check