Skip to content

Commit 4cf1c7e

Browse files
authored
[ci] Fix unamed action steps (#1537)
1 parent 04ec99f commit 4cf1c7e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
- run: |
166166
chmod +x gradlew
167167
./gradlew photon-targeting:build photon-lib:build -i
168+
name: Build with Gradle
168169
- run: ./gradlew photon-lib:publish photon-targeting:publish
169170
name: Publish
170171
env:

.github/workflows/lint-format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- run: |
6565
chmod +x gradlew
6666
./gradlew spotlessCheck
67+
name: Run spotless
6768
6869
client-lint-format:
6970
name: "PhotonClient Lint and Formatting"

0 commit comments

Comments
 (0)