lazy.nvim/.github/workflows/ci.yml

16 lines
234 B
YAML
Raw Normal View History

name: CI
2024-07-05 22:00:54 +08:00
on:
push:
2024-07-05 22:00:54 +08:00
branches: [main, master]
pull_request:
jobs:
2024-07-05 22:00:54 +08:00
ci:
uses: folke/github/.github/workflows/ci.yml@main
secrets: inherit
with:
plugin: lazy.nvim
repo: folke/lazy.nvim
tests: true