From 70f732b61d1100c69b651f1fd9abd4e675b52cc4 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 24 Nov 2021 02:55:46 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9787e8f..81339a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,8 @@ jobs: - name: Test to see if the project compiles run: bash build.sh - - name: Perform automated checks - run: bash lint.sh + #- name: Perform automated checks + # run: bash lint.sh # To enable CI failure notifications over Discord, add a "DISCORD_WEBHOOK" secret to the # repository equal to the URL for the webhook, and then uncomment the lines below