Skip to content

Commit

Permalink
Fix linting job names
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Aug 19, 2023
1 parent 028ef2a commit 898df68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linting
name: PHP-CS-Fixer

on: [ pull_request, push ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpmd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linting
name: PHPMD

on: [ pull_request, push ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linting
name: PHPStan

on: [ pull_request, push ]

Expand Down

0 comments on commit 898df68

Please sign in to comment.