diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 32572cd..0d1bf60 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,3 +28,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} # CLI arguments args: --check . + pin: 0.13.1 diff --git a/lua/telescope/_extensions/repo/config.lua b/lua/telescope/_extensions/repo/config.lua index edf1878..eaf84b3 100644 --- a/lua/telescope/_extensions/repo/config.lua +++ b/lua/telescope/_extensions/repo/config.lua @@ -2,7 +2,7 @@ local M = {} M.values = {} -M.setup = function (opts) +M.setup = function(opts) M.values = opts end