Skip to content

Commit

Permalink
chore(packages): retrigger release
Browse files Browse the repository at this point in the history
[bump]
  • Loading branch information
DuCanhGH committed Jan 29, 2024
1 parent e5f1d14 commit ce6cb52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@ jobs:
with:
afterBuild: pnpm typecheck
secrets: inherit
quality:
name: 🔎 Ensure that the code meets our quality standard
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v1
with:
version: latest
- name: Run Biome
run: biome ci .
test-integration-dev:
name: ⚫️ Run Jest (development mode) integration tests
uses: ./.github/workflows/build-reusable.yml
Expand Down
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
},
"suspicious": {
"noExplicitAny": "off",
"noAssignInExpressions": "off"
"noAssignInExpressions": "off",
"noArrayIndexKey": "off"
},
"complexity": {
"noForEach": "off"
Expand Down

0 comments on commit ce6cb52

Please sign in to comment.