chore: add actions to format and lint the code
This commit is contained in:
parent
920ce61eb6
commit
b46dfdb198
5 changed files with 62 additions and 2 deletions
|
|
@ -46,10 +46,9 @@ function M.openRepo()
|
|||
return
|
||||
end
|
||||
|
||||
local repo_page_url = M.repo_url
|
||||
local current_branch_name = utils.get_current_branch()
|
||||
|
||||
repo_page_url = M.repo_url .. "/tree/" .. current_branch_name
|
||||
local repo_page_url = M.repo_url .. "/tree/" .. current_branch_name
|
||||
|
||||
local result = utils.open_url(repo_page_url)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue