Skip to content

Commit 262f886

Browse files
committed
github actions
1 parent 05f5ea0 commit 262f886

File tree

2 files changed

+2
-44
lines changed

2 files changed

+2
-44
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ on:
88
workflow_dispatch:
99
pull_request:
1010
merge_group:
11-
push:
12-
branches: ["main"]
1311
env:
14-
BUN_VERSION: "1.2.11"
12+
BUN_VERSION: "1.2.20"
1513
LLVM_VERSION: "19.1.7"
1614
LLVM_VERSION_MAJOR: "19"
1715

@@ -37,6 +35,7 @@ jobs:
3735
- name: Setup Dependencies
3836
run: |
3937
bun install
38+
bun scripts/glob-sources.mjs
4039
- name: Format Code
4140
run: |
4241
# Start prettier in background with prefixed output

.github/workflows/glob-sources.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)