Skip to content

Commit

Permalink
DevKit updates (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Dec 20, 2021
1 parent 0b26370 commit 6362cb7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yaml
Expand Up @@ -5,6 +5,8 @@
name: Documentation

on:
schedule:
- cron: '30 0 * * *'
push:
branches:
- 1.x
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Expand Up @@ -5,6 +5,8 @@
name: Lint

on:
schedule:
- cron: '30 0 * * *'
push:
branches:
- 1.x
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/qa.yaml
Expand Up @@ -5,6 +5,8 @@
name: Quality assurance

on:
schedule:
- cron: '30 0 * * *'
push:
branches:
- 1.x
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Expand Up @@ -5,6 +5,8 @@
name: Test

on:
schedule:
- cron: '30 0 * * *'
push:
branches:
- 1.x
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -98,5 +98,5 @@ phpstan:
.PHONY: phpstan

psalm:
vendor/bin/psalm
vendor/bin/psalm --php-version=8.1
.PHONY: psalm

0 comments on commit 6362cb7

Please sign in to comment.