From 805ee9aee124307539c41f055e841a61bd24b44a Mon Sep 17 00:00:00 2001
From: Bo-Chun Louis Chen <louistw@uab.edu>
Date: Thu, 19 May 2022 13:24:10 -0500
Subject: [PATCH] Make pylint always run on Github Action

---
 .github/workflows/linting.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml
index c26099f..3d3a458 100644
--- a/.github/workflows/linting.yaml
+++ b/.github/workflows/linting.yaml
@@ -39,5 +39,6 @@ jobs:
           # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
           #flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
       - name: Lint with pylint
+        if: always()
         run: |
           pylint app *.py
-- 
GitLab