Skip to content

Commit ce97500

Browse files
committed
ci: pin bun version and ignore main branch, fix misspelled directory name
1 parent 57e86f5 commit ce97500

10 files changed

Lines changed: 1488 additions & 6 deletions

File tree

.github/workflows/generate-public.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- '**'
7+
- '!main'
78
paths-ignore:
89
- 'public/**'
910

@@ -20,7 +21,7 @@ jobs:
2021
- name: Setup Bun
2122
uses: oven-sh/setup-bun@v2
2223
with:
23-
bun-version: latest
24+
bun-version: 1.3.5
2425

2526
- name: Setup Python
2627
uses: actions/setup-python@v5

Mathematics/Exponentiation by Squaring/leetcode/50. Pow(x, n)/Cluade/Pow(x, n).js renamed to Mathematics/Exponentiation by Squaring/leetcode/50. Pow(x, n)/Claude/Pow(x, n).js

File renamed without changes.

Mathematics/Exponentiation by Squaring/leetcode/50. Pow(x, n)/Cluade/Pow(x, n).py renamed to Mathematics/Exponentiation by Squaring/leetcode/50. Pow(x, n)/Claude/Pow(x, n).py

File renamed without changes.

Mathematics/Exponentiation by Squaring/leetcode/50. Pow(x, n)/Cluade/Pow(x, n).ts renamed to Mathematics/Exponentiation by Squaring/leetcode/50. Pow(x, n)/Claude/Pow(x, n).ts

File renamed without changes.

Mathematics/Exponentiation by Squaring/leetcode/50. Pow(x, n)/Cluade/README detailed.html renamed to Mathematics/Exponentiation by Squaring/leetcode/50. Pow(x, n)/Claude/README detailed.html

File renamed without changes.

Mathematics/Exponentiation by Squaring/leetcode/50. Pow(x, n)/Cluade/README.html renamed to Mathematics/Exponentiation by Squaring/leetcode/50. Pow(x, n)/Claude/README.html

File renamed without changes.

Mathematics/Exponentiation by Squaring/leetcode/50. Pow(x, n)/Cluade/README.md renamed to Mathematics/Exponentiation by Squaring/leetcode/50. Pow(x, n)/Claude/README.md

File renamed without changes.

0 commit comments

Comments
 (0)