Skip to content

Commit 0e625fe

Browse files
committed
chore: merge main branch into beta
2 parents 7348984 + 2659bf1 commit 0e625fe

11 files changed

Lines changed: 488 additions & 687 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
lint:
1616
runs-on: ubuntu-latest
17+
1718
steps:
1819
- name: Check out
1920
uses: actions/checkout@v7

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ on:
1313
workflow_dispatch:
1414

1515
jobs:
16-
vitest-integration:
17-
name: Vitest Integration Tests
16+
vitest:
1817
runs-on: ubuntu-latest
1918
strategy:
2019
fail-fast: false
2120
matrix:
2221
node-version: [20, 22, 24]
2322
package-manager: [npm, pnpm]
23+
2424
steps:
2525
- name: Check out
2626
uses: actions/checkout@v7

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish
1+
name: Publish Package
22

33
permissions:
44
contents: read
@@ -11,7 +11,6 @@ on:
1111

1212
jobs:
1313
release:
14-
name: Publish
1514
runs-on: ubuntu-latest
1615
permissions:
1716
contents: write # to be able to publish a GitHub release

0 commit comments

Comments
 (0)