Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldz committed May 9, 2024
1 parent 217425f commit 7e8060c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ func CheckGoImports() error {
return err
}

sh.RunV("ls", "-la", "/home/runner/work/openvpn-forwarder/openvpn-forwarder/")
sh.RunV("ls", "-la", "/home/runner/work/openvpn-forwarder/openvpn-forwarder/src")
sh.RunV("ls", "-la", "/home/runner/work/openvpn-forwarder/openvpn-forwarder/bin")

return commands.GoImports("./...")
}

Expand Down

0 comments on commit 7e8060c

Please sign in to comment.