We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf4812 commit 888e383Copy full SHA for 888e383
.github/workflows/main.yml
@@ -18,6 +18,8 @@ jobs:
18
- uses: actions/checkout@v4
19
with:
20
submodules: recursive
21
+ - name: Check style
22
+ run: ./gradlew spotlessCheck
23
- name: Build
24
run: ./gradlew build
25
- name: Test
@@ -37,6 +39,8 @@ jobs:
37
39
tag_name="${{ github.ref_name }}"
38
40
python ./tools/version_validator.py "$tag_name"
41
echo "tag_name=$tag_name" >> $GITHUB_OUTPUT
42
43
44
45
run: ./gradlew -PVERSION=${{ steps.version.outputs.tag_name }} build
46
0 commit comments