From 30b20c8664c0d3f9fb4fd26b56f5452ca9f67f05 Mon Sep 17 00:00:00 2001
From: AnimeGitB <AnimeGitB@bigblueball.in>
Date: Mon, 22 Aug 2022 01:58:55 +0930
Subject: [PATCH] Rename lint_commit's job, don't fail on no changes

---
 .github/workflows/lint_commit.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/lint_commit.yml b/.github/workflows/lint_commit.yml
index 2b0f2a97..c344c064 100644
--- a/.github/workflows/lint_commit.yml
+++ b/.github/workflows/lint_commit.yml
@@ -8,7 +8,7 @@ on:
     branches:
       - "development"
 jobs:
-  Build-Server-Jar:
+  Make-Lint-Commits:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
@@ -31,7 +31,7 @@ jobs:
       - run: git checkout LintRatchet
       # - run: git merge development
       - run: git reset --hard development
-      - run: git stash pop
+      - run: git stash pop || true
       - name: Commit any whitespace changes
         run: git add -u && git commit -m 'Fix whitespace [skip actions]' || true
       - name: Update Languages
-- 
GitLab