aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/lintcommit.yml
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-11-12 21:40:24 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-12-09 14:14:38 +0100
commitdd81e1e3345b91c4cb4653b697c1054526f6b924 (patch)
treec5678fbf50ba7c703cf9acffb073ab2880470188 /.github/workflows/lintcommit.yml
parent29aa4dd10af74d29891cb293dc9ff393e9dba11f (diff)
downloadrneovim-dd81e1e3345b91c4cb4653b697c1054526f6b924.tar.gz
rneovim-dd81e1e3345b91c4cb4653b697c1054526f6b924.tar.bz2
rneovim-dd81e1e3345b91c4cb4653b697c1054526f6b924.zip
ci: refactor CI files
Mostly rename file and variable names to be more consistent. This makes it easier to locate them in the "Actions" tab on github.
Diffstat (limited to '.github/workflows/lintcommit.yml')
-rw-r--r--.github/workflows/lintcommit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lintcommit.yml b/.github/workflows/lintcommit.yml
index f27b22f35f..3d140532cd 100644
--- a/.github/workflows/lintcommit.yml
+++ b/.github/workflows/lintcommit.yml
@@ -1,4 +1,4 @@
-name: "Commit Linter"
+name: "lintcommit"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]