Added sonar-scaner

Create LICENSE

Update go.yml
This commit is contained in:
Pijus Kamandulis
2020-04-04 21:02:30 +03:00
parent feee0a9154
commit 668b050dee
5 changed files with 40 additions and 1 deletions

View File

@@ -33,6 +33,9 @@ jobs:
- name: Build
run: npm run build:dist
- name: Copy license
run: cp LICENSE out
- name: Upload Unix Artifacts
if: startsWith(matrix.os, 'ubuntu-')