Skip to content

Apply GitHub workflow changes #212

Apply GitHub workflow changes

Apply GitHub workflow changes #212

Workflow file for this run

name: TeamCity Config Generator
on:
push:
branches:
- main
- "release/**"
pull_request:
paths:
- .teamcity/**
jobs:
validate-teamcity-config:
name: Validate TeamCity Configuration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
with:
distribution: adopt
java-version: 17
cache: maven
- name: Build TeamCity Configuration
run: |
cd .teamcity
make tools
make validate