Revert "This is just to trigger the GitHub scheduled actions registration"

This reverts commit 2e912990ff.
This commit is contained in:
Morris Jobke 2020-08-20 12:50:57 +02:00
parent 2e912990ff
commit 458320e8d7
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 0 additions and 17 deletions

View File

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