-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: style issue in balance module (#2713)
fix: style issue in balance module
- Loading branch information
1 parent
9615e02
commit 1afdb2f
Showing
7 changed files
with
39 additions
and
25 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 |
---|---|---|
|
@@ -4,8 +4,8 @@ on: | |
push: | ||
branches: | ||
- master | ||
- 'rc/**' | ||
- 'hotfix/**' | ||
- "rc/**" | ||
- "hotfix/**" | ||
|
||
jobs: | ||
default: | ||
|
@@ -35,7 +35,7 @@ jobs: | |
uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node }} | ||
cache: 'yarn' | ||
cache: "yarn" | ||
|
||
- name: Restore | ||
uses: actions/cache@v3 | ||
|
@@ -49,7 +49,7 @@ jobs: | |
if: matrix.os == 'windows-2019' | ||
uses: microsoft/[email protected] | ||
env: | ||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' | ||
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true" | ||
|
||
- name: Install libudev | ||
if: matrix.os == 'ubuntu-20.04' | ||
|
@@ -60,7 +60,7 @@ jobs: | |
- name: Install Lerna | ||
run: yarn global add lerna | ||
|
||
- name: Boostrap | ||
- name: Bootstrap | ||
run: | | ||
yarn | ||
env: | ||
|
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,6 +1,6 @@ | ||
name: Package Neuron for Test | ||
|
||
on: | ||
on: | ||
pull_request: | ||
push: | ||
|
||
|
@@ -35,7 +35,7 @@ jobs: | |
uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node }} | ||
cache: 'yarn' | ||
cache: "yarn" | ||
|
||
- name: Restore | ||
uses: actions/cache@v3 | ||
|
@@ -49,7 +49,7 @@ jobs: | |
if: matrix.os == 'windows-2019' | ||
uses: microsoft/[email protected] | ||
env: | ||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' | ||
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true" | ||
|
||
- name: Install libudev | ||
if: matrix.os == 'ubuntu-20.04' | ||
|
@@ -60,7 +60,7 @@ jobs: | |
- name: Install Lerna | ||
run: yarn global add lerna | ||
|
||
- name: Boostrap | ||
- name: Bootstrap | ||
run: | | ||
yarn | ||
env: | ||
|
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
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
1afdb2f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Packaging for test is done in 5410999947
1afdb2f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Packaging for test is done in 5410998844