mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 19:39:53 +10:00
ci: create setup action
This deduplicates common operations.
This commit is contained in:
4
.github/workflows/lintcommit.yml
vendored
4
.github/workflows/lintcommit.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user