Skip to content

Commit 35b498c

Browse files
committed
chore: formatting
1 parent e412de3 commit 35b498c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
- name: Checkout 🛎
1414
uses: actions/checkout@v4
1515

16-
- name: Install bun
16+
- name: Install bun 🍔
1717
uses: oven-sh/setup-bun@v2
1818

1919
- name: Install dependencies 📦
2020
run: bun install
2121

22-
- name: Lint source code 🧹
22+
- name: Lint source code
2323
run: bun run lint
2424

2525
- name: Run tests 🧪

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"noFallthroughCasesInSwitch": true,
2626

2727
"paths": {
28-
"@/*": ["./src/*"],
28+
"@/*": ["./src/*"]
2929
}
3030
},
31-
"include": ["**/*.ts"],
31+
"include": ["**/*.ts"]
3232
}

0 commit comments

Comments
 (0)