Skip to content

Commit 84c64ce

Browse files
authored
Create README.md
1 parent c8ddaa5 commit 84c64ce

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# PHP Censor - Cron Linting Plugin
2+
3+
Lint cron files during a PHPCI/Censor build.
4+
5+
# Installation
6+
7+
```composer require dave13h/php-censor-cronlint-plugin```
8+
9+
# Usage
10+
```yml
11+
test:
12+
cron_lint:
13+
files: ['config/cron']
14+
```

0 commit comments

Comments
 (0)