summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/php.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml
deleted file mode 100644
index 7cc0a9e1c8a..00000000000
--- a/.github/workflows/php.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-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