mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-05 07:27:34 +00:00
14 lines
216 B
YAML
14 lines
216 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: lazy.nvim
|
|
repo: folke/lazy.nvim
|