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

This commit is contained in:
Morris Jobke 2020-08-20 12:41:47 +02:00 committed by GitHub
parent e4371725f4
commit 27157051aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 16 deletions

View File

@ -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