Skip to content

Add GHA workflows for component builds #3

Add GHA workflows for component builds

Add GHA workflows for component builds #3

name: Component Build - Configuration
on:
workflow_dispatch: {}
pull_request:
paths:
- .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

Check failure on line 19 in .github/workflows/component-configuration.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/component-configuration.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
component: Configuration
os: ubuntu
runConfigServer: true