mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-03 09:34:41 +02:00
14 lines
214 B
YAML
14 lines
214 B
YAML
name: CI
|
|
|
|
on:
|
|
push:
|
|
branches: [main, master]
|
|
pull_request:
|
|
|
|
jobs:
|
|
ci:
|
|
uses: folke/github/.github/workflows/ci.yml@main
|
|
secrets: inherit
|
|
with:
|
|
plugin: LazyVim
|
|
repo: LazyVim/LazyVim
|