added licenses and webview for them

added link to github page
This commit is contained in:
austinried
2021-08-26 12:47:56 +09:00
parent b8f04e5426
commit a3fda31743
11 changed files with 24857 additions and 16 deletions

View File

@@ -27,9 +27,11 @@ jobs:
node-version: '14'
cache: 'yarn'
- run: |
yarn
yarn install
- run: |
yarn lint --max-warnings 0
- run: |
yarn license
- uses: gradle/wrapper-validation-action@v1
- uses: gradle/gradle-build-action@v1
with:

View File

@@ -18,7 +18,9 @@ jobs:
run: |
echo "SUBTRACKS_VERSION=$(node -e "console.log(require('./package.json').version);")" >> $GITHUB_ENV
- run: |
yarn
yarn install
- run: |
yarn license
- uses: gradle/wrapper-validation-action@v1
- name: Retrieve keystore file
env: