Skip to content

Fix: Update merge-group behaviour to support additional merge queue configurations #64

Fix: Update merge-group behaviour to support additional merge queue configurations

Fix: Update merge-group behaviour to support additional merge queue configurations #64

Workflow file for this run

name: Check Formatting
on:
pull_request:
branches:
- main
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install
run: bun install
- name: Check formatting with Prettier
run: bun run format:check