Skip to content

Commit

Permalink
Run PHP CS Fixer by scheduled cron
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Dec 5, 2024
1 parent 926f5d5 commit 5fe0ccf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: PHP CS Fixer

on: push
on:
push:
schedule:
- cron: "0 0 * * 0"

jobs:
fixers:
Expand Down

0 comments on commit 5fe0ccf

Please sign in to comment.