Skip to content

Commit e420b20

Browse files
KyllianAubryGitHub Enterprise
authored andcommitted
SKA-1063: trigger quality checks (#215)
1 parent 9db3ae8 commit e420b20

5 files changed

Lines changed: 30 additions & 5 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: trigger skfi-quality-checks
2+
on:
3+
pull_request:
4+
types: [opened, reopened, synchronize]
5+
6+
concurrency:
7+
group: serialization_group_fmu_importer
8+
cancel-in-progress: false
9+
10+
jobs:
11+
trigger-quality-checks:
12+
uses: pnd/sil-kit-adapters-ci-testing/.github/workflows/skfi-quality-checks.yaml@main
13+
with:
14+
repository_under_test : "pnd/sil-kit-fmu-importer"
15+
branch_under_test: ${{ inputs.branch_under_test != '' && inputs.branch_under_test || (github.event_name == 'pull_request' && github.event.pull_request.head.ref || 'main') }}
16+
secrets: inherit
17+

CommInterfaceExporter/CommInterfaceExporter/CommInterfaceExporter.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<!-- SPDX-License-Identifier: MIT -->
2+
<!-- Copyright (c) Vector Informatik GmbH. All rights reserved. -->
3+
4+
<Project Sdk="Microsoft.NET.Sdk">
25

36
<PropertyGroup>
47
<FmuImporterSolutionDir>../../FmuImporter</FmuImporterSolutionDir>

FmuImporter/FmuImporter/Properties/PublishProfiles/publish.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-License-Identifier: MIT -->
2+
<!-- Copyright (c) Vector Informatik GmbH. All rights reserved. -->
3+
14
<?xml version="1.0" encoding="utf-8"?>
25

36
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

FmuImporter/build.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
1+
<!-- SPDX-License-Identifier: MIT -->
32
<!-- Copyright (c) Vector Informatik GmbH. All rights reserved. -->
43

4+
<?xml version="1.0" encoding="utf-8"?>
5+
56
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
67

78
<Import Project="common.props" Condition="$(CommonImported) == ''" />

FmuImporter/common.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
1+
<!-- SPDX-License-Identifier: MIT -->
32
<!-- Copyright (c) Vector Informatik GmbH. All rights reserved. -->
43

4+
<?xml version="1.0" encoding="utf-8"?>
5+
56
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
67

78
<PropertyGroup>

0 commit comments

Comments
 (0)