Skip to content

Commit

Permalink
fixed styles check
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-MS authored and hai-ko committed Sep 13, 2023
1 parent fa17a0b commit 3ca502b
Show file tree
Hide file tree
Showing 62 changed files with 1,780 additions and 696 deletions.
217 changes: 108 additions & 109 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,120 +49,119 @@ jobs:
name: lib-schema
path: packages/lib/**/schema/
backend-test:
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: 'packages/lib'
steps:

- uses: actions/checkout@v1
- id: workspace-test
uses: ./test-action
with:
workspace-name: 'dm3-backend'
package-pat: ${{ secrets.PACKAGE_PAT }}
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: 'packages/lib'
steps:
- uses: actions/checkout@v1
- id: workspace-test
uses: ./test-action
with:
workspace-name: 'dm3-backend'
package-pat: ${{ secrets.PACKAGE_PAT }}
integration-test:
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: 'packages/lib'
steps:
- uses: actions/checkout@v1
- id: workspace-test
uses: ./test-action
with:
workspace-name: 'dm3-integration-tests'
package-pat: ${{ secrets.PACKAGE_PAT }}
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: 'packages/lib'
steps:
- uses: actions/checkout@v1
- id: workspace-test
uses: ./test-action
with:
workspace-name: 'dm3-integration-tests'
package-pat: ${{ secrets.PACKAGE_PAT }}
lib-crypto-test:
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: 'packages/lib'
steps:
- uses: actions/checkout@v1
- id: workspace-test
uses: ./test-action
with:
workspace-name: 'dm3-lib-crypto'
package-pat: ${{ secrets.PACKAGE_PAT }}
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: 'packages/lib'
steps:
- uses: actions/checkout@v1
- id: workspace-test
uses: ./test-action
with:
workspace-name: 'dm3-lib-crypto'
package-pat: ${{ secrets.PACKAGE_PAT }}
lib-delivery-test:
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: 'packages/lib'
steps:
- uses: actions/checkout@v1
- id: workspace-test
uses: ./test-action
with:
workspace-name: 'dm3-lib-delivery'
package-pat: ${{ secrets.PACKAGE_PAT }}
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: 'packages/lib'
steps:
- uses: actions/checkout@v1
- id: workspace-test
uses: ./test-action
with:
workspace-name: 'dm3-lib-delivery'
package-pat: ${{ secrets.PACKAGE_PAT }}
lib-messaging-test:
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: 'packages/lib'
steps:
- uses: actions/checkout@v1
- id: workspace-test
uses: ./test-action
with:
workspace-name: 'dm3-lib-messaging'
package-pat: ${{ secrets.PACKAGE_PAT }}
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: 'packages/lib'
steps:
- uses: actions/checkout@v1
- id: workspace-test
uses: ./test-action
with:
workspace-name: 'dm3-lib-messaging'
package-pat: ${{ secrets.PACKAGE_PAT }}
lib-profile-test:
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: 'packages/lib'
steps:
- uses: actions/checkout@v1
- id: workspace-test
uses: ./test-action
with:
workspace-name: 'dm3-lib-profile'
package-pat: ${{ secrets.PACKAGE_PAT }}
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: 'packages/lib'
steps:
- uses: actions/checkout@v1
- id: workspace-test
uses: ./test-action
with:
workspace-name: 'dm3-lib-profile'
package-pat: ${{ secrets.PACKAGE_PAT }}
lib-shared-test:
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: 'packages/lib'
steps:
- uses: actions/checkout@v1
- id: workspace-test
uses: ./test-action
with:
workspace-name: 'dm3-lib-shared'
package-pat: ${{ secrets.PACKAGE_PAT }}
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: 'packages/lib'
steps:
- uses: actions/checkout@v1
- id: workspace-test
uses: ./test-action
with:
workspace-name: 'dm3-lib-shared'
package-pat: ${{ secrets.PACKAGE_PAT }}
lib-storage-test:
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: 'packages/lib'
steps:
- uses: actions/checkout@v1
- id: workspace-test
uses: ./test-action
with:
workspace-name: 'dm3-lib-storage'
package-pat: ${{ secrets.PACKAGE_PAT }}
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: 'packages/lib'
steps:
- uses: actions/checkout@v1
- id: workspace-test
uses: ./test-action
with:
workspace-name: 'dm3-lib-storage'
package-pat: ${{ secrets.PACKAGE_PAT }}
offchain-resolver-test:
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: 'packages/lib'
steps:
- uses: actions/checkout@v1
- id: workspace-test
uses: ./test-action
with:
workspace-name: 'dm3-offchain-resolver'
package-pat: ${{ secrets.PACKAGE_PAT }}
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: 'packages/lib'
steps:
- uses: actions/checkout@v1
- id: workspace-test
uses: ./test-action
with:
workspace-name: 'dm3-offchain-resolver'
package-pat: ${{ secrets.PACKAGE_PAT }}
30 changes: 15 additions & 15 deletions .yarn/versions/3dae3775.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
undecided:
- dm3-backend
- dm3-billboard-client
- dm3-billboard-widget
- dm3-integration-tests
- dm3-lib-billboard-client-api
- dm3-lib-crypto
- dm3-lib-delivery
- dm3-lib-delivery-api
- dm3-lib-messaging
- dm3-lib-offchain-resolver-api
- dm3-lib-profile
- dm3-lib-shared
- dm3-lib-storage
- dm3-offchain-resolver
- dm3-react
- dm3-backend
- dm3-billboard-client
- dm3-billboard-widget
- dm3-integration-tests
- dm3-lib-billboard-client-api
- dm3-lib-crypto
- dm3-lib-delivery
- dm3-lib-delivery-api
- dm3-lib-messaging
- dm3-lib-offchain-resolver-api
- dm3-lib-profile
- dm3-lib-shared
- dm3-lib-storage
- dm3-offchain-resolver
- dm3-react
16 changes: 8 additions & 8 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
nodeLinker: node-modules

npmScopes:
testscope:
npmPublishRegistry: "http://localhost:4873"
npmRegistryServer: "http://localhost:4873"
testscope:
npmPublishRegistry: 'http://localhost:4873'
npmRegistryServer: 'http://localhost:4873'

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: '@yarnpkg/plugin-version'

unsafeHttpWhitelist:
- localhost
- localhost

yarnPath: .yarn/releases/yarn-3.5.1.cjs
Loading

0 comments on commit 3ca502b

Please sign in to comment.