Skip to content

Commit 0eda17d

Browse files
committed
Check BOM changes in CI
1 parent e32dc37 commit 0eda17d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
if: ${{ always() && steps.build.outcome == 'success' }}
3434
run: dotnet test --no-build --report-trx
3535

36+
- name: Check BOM changes
37+
if: always()
38+
run: dnx bom check pr
39+
3640
- name: Upload Windows UnitTests binaries
3741
if: ${{ matrix.os == 'windows-latest' && steps.build.outcome == 'success' }}
3842
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)