This is just to trigger the GitHub scheduled actions

It is needed for https://github.com/nextcloud/server/pull/22314 and I will revert it right away afterwards.

Sorry for the trouble.
This commit is contained in:
Morris Jobke 2020-08-20 12:40:42 +02:00 committed by GitHub
parent ffb132752c
commit f255f42991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
.github/workflows/php.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: PHP Composer
on:
schedule:
- cron: '* * * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate composer.json and composer.lock
run: composer validate