forked from trustwallet/assets
-
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.
Fix build for forks. (trustwallet#3116)
Co-authored-by: Catenocrypt <[email protected]>
- Loading branch information
Showing
6 changed files
with
20 additions
and
55 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
name: Fixes and Consistency Updates - PR | ||
name: Fixes and Consistency Updates - Fork | ||
on: | ||
push: | ||
branches: | ||
- '*' | ||
- '!master' | ||
pull_request-target | ||
branches-ignore: ['trustwallet/*'] | ||
jobs: | ||
fix-pr: | ||
fix-fork: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
ref: ${{ github.ref }} | ||
- uses: actions/setup-node@v1 | ||
with: | ||
node-version: 12 | ||
|
@@ -20,7 +18,9 @@ jobs: | |
- name: Run fix script | ||
run: npm run fix | ||
- name: Show fix result (diff); run 'npm run fix' locally | ||
run: git status | ||
run: | | ||
git status | ||
git diff | ||
- name: Run check | ||
run: npm run check | ||
- name: Run test | ||
|
@@ -31,4 +31,4 @@ jobs: | |
with: | ||
commit_user_name: trust-wallet-merge-bot | ||
commit_user_email: [email protected] | ||
commit_message: Fixes and Consistency Updates PR | ||
commit_message: Fixes and Consistency Updates on a Fork |
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
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