Skip to content

Commit 04837e5

Browse files
authored
Fix typo (#19)
* Fix typo * Update push.yml
1 parent 0a25e83 commit 04837e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: PHP Checks
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66

@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@master
42-
- name: REX Linting
42+
- name: Setup PHP
4343
uses: shivammathur/setup-php@master
4444
with:
4545
php-version: 7.1

0 commit comments

Comments
 (0)