aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/lintcommit.yml
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-10-22 13:30:32 +0200
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-11-03 22:16:45 +0100
commit9ad239690fe6b151afe2f43c2858d68a2b877e1d (patch)
tree9c682b2397224a9dec6cdcc22b49c27fbcdd91c8 /.github/workflows/lintcommit.yml
parent310896f6aa1d1242d531c30d2cffa20ff8cb635f (diff)
downloadrneovim-9ad239690fe6b151afe2f43c2858d68a2b877e1d.tar.gz
rneovim-9ad239690fe6b151afe2f43c2858d68a2b877e1d.tar.bz2
rneovim-9ad239690fe6b151afe2f43c2858d68a2b877e1d.zip
ci: various fixes
- adjust reviewers - add workflow as cache key - install attr only when tesitng - fix s390x workflow by checking out the merge PR instead of master
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 cb63ddef68..8f56c057ae 100644
--- a/.github/workflows/lintcommit.yml
+++ b/.github/workflows/lintcommit.yml
@@ -18,7 +18,7 @@ jobs:
- uses: ./.github/actions/cache
- name: Build
run: |
- cmake -S cmake.deps -B .deps -G Ninja
+ cmake -S cmake.deps --preset ci
cmake --build .deps
cmake --preset ci
cmake --build build