We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ec99f commit 4cf1c7eCopy full SHA for 4cf1c7e
.github/workflows/build.yml
@@ -165,6 +165,7 @@ jobs:
165
- run: |
166
chmod +x gradlew
167
./gradlew photon-targeting:build photon-lib:build -i
168
+ name: Build with Gradle
169
- run: ./gradlew photon-lib:publish photon-targeting:publish
170
name: Publish
171
env:
.github/workflows/lint-format.yml
@@ -64,6 +64,7 @@ jobs:
64
65
66
./gradlew spotlessCheck
67
+ name: Run spotless
68
69
client-lint-format:
70
name: "PhotonClient Lint and Formatting"
0 commit comments