chore: add actions to format and lint the code

This commit is contained in:
Ali Almohaya 2022-09-26 23:28:51 +03:00
parent 920ce61eb6
commit b46dfdb198
No known key found for this signature in database
GPG key ID: 4B80BC43FC6007E0
5 changed files with 62 additions and 2 deletions

View file

@ -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)