16 lines
249 B
YAML
16 lines
249 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: persistence.nvim
|
|
repo: folke/persistence.nvim
|
|
tests: false
|