mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-10 00:36:13 +01:00

[TASK] Reduce GitHub actions builds (#86)

Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
Łukasz Uznański 2020-08-25 17:06:41 +02:00 committed by GitHub
parent 30bc3a0152
commit 78c45b1341
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,12 @@
---
name: CI
on:
- pull_request
- push
push:
branches:
- master
pull_request:
branches:
- master
jobs:
php-lint:
name: "PHP linter"