diff options
| author | dundargoc <gocdundar@gmail.com> | 2023-11-30 12:05:13 +0100 |
|---|---|---|
| committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-12-01 16:59:23 +0100 |
| commit | ce6fefbab9b6a902e725534c91ba3aa1025e5957 (patch) | |
| tree | e9e5945ca27c79e9638f4cd4de23be63877875e0 /.github/workflows/lintcommit.yml | |
| parent | 76a30f2bd0f4e5abe906eabcdce092931d712be3 (diff) | |
| download | rneovim-ce6fefbab9b6a902e725534c91ba3aa1025e5957.tar.gz rneovim-ce6fefbab9b6a902e725534c91ba3aa1025e5957.tar.bz2 rneovim-ce6fefbab9b6a902e725534c91ba3aa1025e5957.zip | |
ci: create setup action
This deduplicates common operations.
Diffstat (limited to '.github/workflows/lintcommit.yml')
| -rw-r--r-- | .github/workflows/lintcommit.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |