Skip to content

Commit 3fba9f8

Browse files
spaces vs tabs fix
1 parent 09c3a21 commit 3fba9f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build
2020
id: build
2121
run: |
22-
bun i
22+
bun i
2323
bun run build
2424
mkdir ${{ env.PLUGIN_NAME }}
2525
cp main.js manifest.json ${{ env.PLUGIN_NAME }}

0 commit comments

Comments
 (0)