Skip to content

getDatastoresEntries api spec #5

getDatastoresEntries api spec

getDatastoresEntries api spec #5

name: (workspace) SonarCloud Scan
on:
push:
workflow_call:
jobs:
sonarcloudScanMassaWeb3:
name: sonarcloudScanMassaWeb3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
projectBaseDir: packages/massa-web3
sonarcloudScanWeb3Utils:
name: sonarcloudScanWeb3Utils
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
projectBaseDir: packages/web3-utils