From 81728d5060597f30f36842a7a1043ec0deec1054 Mon Sep 17 00:00:00 2001
From: Grzegorz Rola <grola@seostudio.pl>
Date: Thu, 17 Aug 2023 12:39:05 +0200
Subject: [PATCH] feature(init): init

---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40d7c0d..0bd3dbb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,3 +8,7 @@ include: 'https://gitlab.com/wpdesk/gitlab-ci/raw/master/gitlab-ci-1.2.yml'
 
 prepare prefixed vendor:
   image: gitlab.wpdesk.dev:5050/wpdesk/predators/shopify/tools/gitlab-ci/php-8.1:1
+
+lint:7.2:
+  when: manual
+  allow_failure: true
-- 
GitLab