-
Notifications
You must be signed in to change notification settings - Fork 108
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
e2ae62a
commit ebcffd1
Showing
1 changed file
with
3 additions
and
12 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
branches: | ||
- master | ||
jobs: | ||
install: | ||
linter: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
|
@@ -20,17 +20,6 @@ jobs: | |
version: latest | ||
- run: pnpm install --ignore-scripts | ||
- run: pnpm wxt prepare | ||
linter: | ||
needs: install | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-node@v2 | ||
with: | ||
node-version: lts/* | ||
- uses: pnpm/[email protected] | ||
with: | ||
version: latest | ||
- run: pnpm run lint | ||
- run: pnpm run tsc | ||
|
||
|
@@ -45,6 +34,8 @@ jobs: | |
- uses: pnpm/[email protected] | ||
with: | ||
version: latest | ||
- run: pnpm install --ignore-scripts | ||
- run: pnpm wxt prepare | ||
- run: pnpx semantic-release --dry-run | ||
env: | ||
GH_TOKEN: ${{ secrets.WEB_CHAT_GITHUB_TOKEN }} |