Skip to content

Commit

Permalink
Better flow names
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Nov 11, 2024
1 parent 180eafe commit a31bebe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcbf.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Automatically Run PHPCBF to fix code style issues
name: Run PHPCBF to fix code style issues
on: [push]
jobs:
phpcbf:
Expand Down
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: PHPCS
name: Run PHP Code Sniffer to enforce code style
on: [push]
jobs:
phpcs:
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: CI
name: Run PHPStan to check for code quality issues

on: [push]

Expand Down

0 comments on commit a31bebe

Please sign in to comment.