From ce6fefbab9b6a902e725534c91ba3aa1025e5957 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Thu, 30 Nov 2023 12:05:13 +0100 Subject: ci: create setup action This deduplicates common operations. --- .github/workflows/lintcommit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/lintcommit.yml') diff --git a/.github/workflows/lintcommit.yml b/.github/workflows/lintcommit.yml index 8f56c057ae..f27b22f35f 100644 --- a/.github/workflows/lintcommit.yml +++ b/.github/workflows/lintcommit.yml @@ -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 -- cgit