Skip to content

Commit

Permalink
Better names
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Nov 11, 2024
1 parent 4727478 commit 5789818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: php-cs
name: Run PHPCBF to fix code style issues

on: [push, pull_request]

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: php-cs
name: Run PHP Code Sniffer to enforce code style

on: [push, pull_request]

Expand Down

0 comments on commit 5789818

Please sign in to comment.