style(repo_map): fix style (#901)

* style(repo_map): fix style

after it was broken in https://github.com/yetone/avante.nvim/pull/894

* fix: rust ci conditions

---------

Co-authored-by: yetone <yetoneful@gmail.com>
This commit is contained in:
Radosław Woźniak
2024-11-25 13:24:09 +01:00
committed by GitHub
parent 8c432720ed
commit 29a645a39e
2 changed files with 28 additions and 22 deletions

View File

@@ -4,9 +4,13 @@ on:
push:
branches:
- main
paths:
- "**/*.lua"
pull_request:
branches:
- main
paths:
- "**/*.lua"
jobs:
stylua: