-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4cade2c
commit aee5a09
Showing
25 changed files
with
29 additions
and
19,063 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
version: '2' | ||
exclude_patterns: | ||
- '.yarn/' | ||
- '**/__tests__/' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,51 +13,45 @@ jobs: | |
name: Install | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: actions/setup-node@v3 | ||
- uses: actions/checkout@v4 | ||
- uses: oven-sh/[email protected] | ||
with: | ||
node-version: 18 | ||
cache: 'yarn' | ||
bun-version: latest | ||
|
||
- name: Install Packages | ||
run: yarn install --immutable | ||
run: bun install --frozen-lockfile | ||
|
||
lint: | ||
name: Lint | ||
runs-on: ubuntu-latest | ||
needs: [install] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: actions/setup-node@v3 | ||
- uses: actions/checkout@v4 | ||
- uses: oven-sh/[email protected] | ||
with: | ||
node-version: 18 | ||
cache: 'yarn' | ||
bun-version: latest | ||
|
||
- name: Install Packages | ||
run: yarn install --immutable | ||
run: bun install --frozen-lockfile | ||
|
||
- name: Lint | ||
run: yarn lint | ||
run: bun lint | ||
|
||
test: | ||
name: Test | ||
runs-on: ubuntu-latest | ||
needs: [install] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: actions/setup-node@v3 | ||
- uses: actions/checkout@v4 | ||
- uses: oven-sh/[email protected] | ||
with: | ||
node-version: 18 | ||
cache: 'yarn' | ||
bun-version: latest | ||
|
||
- name: Install Packages | ||
run: yarn install --immutable | ||
run: bun install --frozen-lockfile | ||
|
||
- name: Coverage | ||
run: yarn run test:coverage | ||
run: bun run test:coverage | ||
|
||
- name: Coveralls | ||
uses: coverallsapp/github-action@master | ||
|
@@ -69,18 +63,16 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: [install] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: actions/setup-node@v3 | ||
- uses: actions/checkout@v4 | ||
- uses: oven-sh/[email protected] | ||
with: | ||
node-version: 18 | ||
cache: 'yarn' | ||
bun-version: latest | ||
|
||
- name: Install Packages | ||
run: yarn install --immutable | ||
run: bun install --frozen-lockfile | ||
|
||
- name: Build | ||
run: yarn run build | ||
run: bun run build | ||
|
||
- uses: actions/upload-artifact@v2 | ||
with: | ||
|
@@ -92,19 +84,18 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: [lint, test, build] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: actions/setup-node@v3 | ||
- uses: actions/checkout@v4 | ||
- uses: oven-sh/[email protected] | ||
with: | ||
node-version: 18 | ||
bun-version: latest | ||
|
||
- uses: actions/download-artifact@v3 | ||
with: | ||
name: build | ||
path: dist | ||
|
||
- name: Deploy | ||
run: yarn dlx semantic-release | ||
run: bunx semantic-release | ||
env: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.