We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7613684 commit 3d5a9f0Copy full SHA for 3d5a9f0
.gitattributes
@@ -1,2 +1,3 @@
1
# Auto detect text files and perform LF normalization
2
* text=auto
3
+*.lockb binary diff=lockb
.github/workflows/check.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Setup Bun
31
uses: oven-sh/setup-bun@v2
32
- name: Install dependencies
33
- run: bun install --frozen-lockfile
+ run: bun install
34
- name: Lint
35
run: bun run lint
36
- name: Typecheck
.github/workflows/main.yml
@@ -29,6 +29,6 @@ jobs:
29
- name: Release
run: bunx changelogen --release --push --${{ github.event.inputs.version }}
bun.lockb
-368 Bytes
0 commit comments