fix licenses

This commit is contained in:
Sergey Dolin
2023-02-14 09:15:13 +01:00
parent 21a8be8320
commit b5b320bc53
32 changed files with 342 additions and 64 deletions

View File

@@ -15,5 +15,3 @@ jobs:
call-basic-validation:
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
with:
node-version: v16

View File

@@ -15,5 +15,3 @@ jobs:
call-check-dist:
name: Check dist/
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: v16

View File

@@ -12,5 +12,3 @@ jobs:
call-codeQL-analysis:
name: CodeQL analysis
uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
with:
node-version: v16

View File

@@ -13,5 +13,3 @@ jobs:
call-licensed:
name: Licensed
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
with:
node-version: v16