Skip to content

Commit

Permalink
[CI.yml] Install bun.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Nov 8, 2024
1 parent b58cd82 commit 849ffb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@nightly
- uses: oven-sh/setup-bun@v1
- uses: fish-actions/install-fish@v1
- run: make setup-dev-dependencies
- run: make test-completions

bootstrap:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
/******** Dynamic ********/
"editor.formatOnSave": true,
"window.zoomLevel": 2.5,
"window.zoomLevel": 2.25,
/******** Main VSCode settings ********/
"editor.formatOnPaste": false,
"editor.tabSize": 2,
Expand Down

0 comments on commit 849ffb3

Please sign in to comment.