mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore: knip (#744)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -51,3 +51,7 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
run: pnpm run test
|
||||
|
||||
- name: Knip
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
run: pnpm run knip
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -67,8 +67,6 @@ jobs:
|
||||
cache: pnpm
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
- name: Install WXT
|
||||
run: pnpm install wxt
|
||||
- name: Submit Extension
|
||||
run: |
|
||||
pnpm build
|
||||
|
||||
Reference in New Issue
Block a user