aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/lintcommit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/lintcommit.yml')
-rw-r--r--.github/workflows/lintcommit.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lintcommit.yml b/.github/workflows/lintcommit.yml
index 8f56c057ae..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]
@@ -14,8 +14,8 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- - run: ./.github/scripts/install_deps.sh
- - uses: ./.github/actions/cache
+ - uses: ./.github/actions/setup
+
- name: Build
run: |
cmake -S cmake.deps --preset ci