Skip to content

Commit

Permalink
ci: adding linkage-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Sep 17, 2021
1 parent d6ff2e6 commit 48a3868
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/linkage-check.yaml
@@ -0,0 +1,17 @@
on:
push:
branches:
- master
pull_request:
name: linkage-check
jobs:
linkage-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 8
- run: java -version
- name: Validate dependency conflicts among the libraries in the BOM
run: mvn verify -B -V -ntp --activate-profiles linkage-check

0 comments on commit 48a3868

Please sign in to comment.