Skip to content

Commit

Permalink
chore: add missing test script
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Mar 21, 2024
1 parent c853d8d commit 0ff2fa1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/code-quality-assurance.yml

This file was deleted.

7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build
run: npm run build
- name: Code Quality Assurance
uses: exile-watch/doryani/code-quality-assurance@main
with:
GH_ACTOR: ${{ github.actor }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Lerna publish
if: success()
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"lint": "npx @biomejs/biome check .",
"lint:apply": "npx @biomejs/biome check --apply .",
"format": "npx @biomejs/biome format --write .",
"test": "exit 0",
"cq": "npm run format && npm run lint:apply && npm run typecheck"
},
"author": "Sebastian Krzyzanowski",
Expand Down

0 comments on commit 0ff2fa1

Please sign in to comment.