Skip to content

Commit 695a18a

Browse files
Update code-style.yml
1 parent 9d20185 commit 695a18a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code-style.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ permissions: write-all
55

66
jobs:
77
info:
8+
name: Info
89
runs-on: ubuntu-latest
910
steps:
1011
- name: Show info
1112
run: |
13+
echo "Show Information:"
1214
echo ${{ github.event_name }}
1315
echo ${{ github.ref }}
1416

0 commit comments

Comments
 (0)