From 318e6a4816886a7cb5c572ec42626007df3f3cfc Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 3 Jan 2024 21:37:21 -0800 Subject: [PATCH] Temporarily remove linting --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5264915..a505503 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,8 +10,8 @@ steps: commands: - make test - - name: check - image: iamthefij/drone-pre-commit:personal + # - name: check + # image: iamthefij/drone-pre-commit:personal --- kind: pipeline