From f255f429911cb4f3bfa231d036979d9af648c370 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 20 Aug 2020 12:40:42 +0200 Subject: [PATCH] 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. --- .github/workflows/php.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/php.yml diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml new file mode 100644 index 00000000000..7cc0a9e1c8a --- /dev/null +++ b/.github/workflows/php.yml @@ -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 -- 2.39.5