Skip to content

Commit 9d20185

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/code-style.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ on:
44
permissions: write-all
55

66
jobs:
7+
info:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Show info
11+
run: |
12+
echo ${{ github.event_name }}
13+
echo ${{ github.ref }}
14+
715
php:
816
name: PHP
917
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)