Skip to content

Commit f13b862

Browse files
randomicecubeLogFlames
authored andcommitted
feat: add dirty-waters to CI
1 parent 4b9bf83 commit f13b862

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/code-qualitiy.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,23 @@ jobs:
6464
run: mvn --batch-mode --update-snapshots clean install
6565
- name: Run reproducibility check
6666
run: mvn clean install
67+
dirty-waters:
68+
runs-on:
69+
ubuntu-latest
70+
steps:
71+
- uses: actions/checkout@v4
72+
with:
73+
submodules: true
74+
- name: Setup JDK17
75+
uses: actions/setup-java@v4
76+
with:
77+
distribution: 'temurin'
78+
java-version: '17'
79+
- name: Dirty Waters Analysis
80+
uses: chains-project/[email protected]
81+
with:
82+
github_token: ${{ secrets.GITHUB_TOKEN }}
83+
package_manager: maven
84+
project_repo: ${{ github.repository }}
85+
latest_commit_sha: ${{ github.sha }}
86+
github_event_before: ${{github.event.before}}

0 commit comments

Comments
 (0)