Skip to content

Bump the all-updates group across 1 directory with 15 updates #614

Bump the all-updates group across 1 directory with 15 updates

Bump the all-updates group across 1 directory with 15 updates #614

Workflow file for this run

name: Extension Format CI
on:
push:
branches: '**'
pull_request:
branches: main
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: |
bun install
- name: Check code formatting
run: bun run checkFormat