mirror of https://github.com/folke/lazy.nvim.git
ci: update
This commit is contained in:
parent
d901d2166f
commit
c3a9cec06b
|
@ -0,0 +1,12 @@
|
|||
name: Update Repo
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Run every hour
|
||||
- cron: "0 * * * *"
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
uses: folke/github/.github/workflows/update.yml@main
|
||||
secrets: inherit
|
Loading…
Reference in New Issue