]> source.dussan.org Git - nextcloud-server.git/commitdiff
This is just to trigger the GitHub scheduled actions 22325/head
authorMorris Jobke <hey@morrisjobke.de>
Thu, 20 Aug 2020 10:40:42 +0000 (12:40 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Aug 2020 10:40:42 +0000 (12:40 +0200)
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 [new file with mode: 0644]

diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml
new file mode 100644 (file)
index 0000000..7cc0a9e
--- /dev/null
@@ -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