Skip to content

Commit 9b5d218

Browse files
authored
Merge pull request #9 from Danielopes7/fix-action
feat: add pre-push hook for PHP checks and update workflow job name
2 parents c83840e + f6f8ab4 commit 9b5d218

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

.github/workflows/laravel.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches: [ "master" ]
66

77
jobs:
8-
phpstan:
9-
name: phpstan
8+
static-analyse:
9+
name: Static Analysis
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
@@ -23,4 +23,4 @@ jobs:
2323
run: vendor/bin/phpstan analyse --memory-limit=1G
2424

2525
- name: Run Laravel Pint (Lint)
26-
run: vendor/bin/pint --test
26+
run: vendor/bin/pint --test

0 commit comments

Comments
 (0)