This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Alex Barnsley <[email protected]> Co-authored-by: Breno Polanski <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Brian Faust <[email protected]> Co-authored-by: Edgar Goetzendorff <[email protected]> Co-authored-by: Brian Faust <[email protected]> Co-authored-by: Simon <[email protected]> Co-authored-by: Davi Figueiredo <[email protected]>
- Loading branch information
1 parent
4e5c4a8
commit 2839d3e
Showing
139 changed files
with
3,629 additions
and
2,997 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,35 +1,35 @@ | ||
name: Format | ||
|
||
on: | ||
pull_request: | ||
paths: | ||
- '**.css' | ||
- '**.js' | ||
- '**.ts' | ||
- '**.vue' | ||
pull_request: | ||
paths: | ||
- "**.css" | ||
- "**.js" | ||
- "**.ts" | ||
- "**.vue" | ||
|
||
jobs: | ||
eslint: | ||
runs-on: ubuntu-latest | ||
eslint: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v1 | ||
steps: | ||
- uses: actions/checkout@v1 | ||
|
||
- name: Update System | ||
run: sudo apt-get update | ||
- name: Update System | ||
run: sudo apt-get update | ||
|
||
- name: Ledger | ||
run: sudo apt-get install libudev-dev libusb-1.0-0-dev | ||
- name: Ledger | ||
run: sudo apt-get install libudev-dev libusb-1.0-0-dev | ||
|
||
- name: Install | ||
run: yarn global add node-gyp && yarn install --frozen-lockfile && npm rebuild | ||
- name: Install | ||
run: yarn global add node-gyp && yarn install --frozen-lockfile && npm rebuild | ||
|
||
- name: Run eslint | ||
run: yarn lint:fix | ||
- name: Run eslint | ||
run: yarn lint:fix | ||
|
||
- uses: stefanzweifel/git-auto-commit-action@v2.1.0 | ||
with: | ||
commit_message: "style: resolve style guide violations" | ||
branch: ${{ github.head_ref }} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} | ||
- uses: stefanzweifel/git-auto-commit-action@v4.1.2 | ||
with: | ||
commit_message: "style: resolve style guide violations" | ||
branch: ${{ github.head_ref }} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GH_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 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
Oops, something went wrong.