Skip to content

Add GHA workflows for component builds #2

Add GHA workflows for component builds

Add GHA workflows for component builds #2

name: Component Build - Configuration
on:
workflow_dispatch: {}
pull_request:
paths:
include:
- .editorconfig
- stylecop.json
- '*.props'
- '*.ruleset'
- .config/dotnet-tools.json
- .github/workflows/component-shared-workflow.yml
- .github/workflows/component-configuration.yml
- src/Configuration/**
- src/Steeltoe.Configuration.slnf
jobs:
build-linux:
uses: ./component-shared-workflow.yml
with:
component: Configuration
os: ubuntu
runConfigServer: true