mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 06:52:43 +01:00
added licenses and webview for them
added link to github page
This commit is contained in:
@@ -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:
|
||||
|
||||
4
.github/workflows/build-release.yml
vendored
4
.github/workflows/build-release.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user