diff options
| author | dundargoc <gocdundar@gmail.com> | 2023-11-12 21:40:24 +0100 |
|---|---|---|
| committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-12-09 14:14:38 +0100 |
| commit | dd81e1e3345b91c4cb4653b697c1054526f6b924 (patch) | |
| tree | c5678fbf50ba7c703cf9acffb073ab2880470188 /.github/workflows/lintcommit.yml | |
| parent | 29aa4dd10af74d29891cb293dc9ff393e9dba11f (diff) | |
| download | rneovim-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.yml | 2 |
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] |