Skip to content

Commit

Permalink
Use PHP CS Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Jun 26, 2024
1 parent b8eabec commit cb93ab2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: PHP CS Fixer

on: push

jobs:
tests:
uses: humhub/actions/.github/workflows/module-php-cs-fixer.yml@main
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

1.5.13 (Unreleased)
----------------------
- Enh #489: Use PHP CS Fixer

1.5.12 (June 25, 2024)
----------------------
- Fix #487: Base event notification broken
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Calendar",
"description": "Create one-time or recurring events, invite and manage attendees, and keep track of all your events with the Calendar module.",
"keywords": ["calendar"],
"version": "1.5.12",
"version": "1.5.13",
"humhub": {
"minVersion": "1.14"
},
Expand Down

0 comments on commit cb93ab2

Please sign in to comment.