From 83c714b3ecff49d455c0b496cc397dbeeafeb06b Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Fri, 24 May 2024 20:07:10 +0300 Subject: [PATCH] ci: fancy job name so it shows up correctly in the readme badge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤞🏻 --- .github/workflows/typecheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index 000f1cab..93f0bfe7 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -1,5 +1,5 @@ # copied from https://github.com/nvim-neorg/neorg/blob/1e63f84f04caed4b8831b8122c4ba2e7dbda389f/.github/workflows/typecheck.yml#L17 -name: lua_ls-typecheck +name: Type check the code base on: pull_request: ~ push: