Skip to content

Commit

Permalink
chore(action): fix according to megaliter complains
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Jun 14, 2024
1 parent a539fe1 commit 8dd75a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
"uefi",
"vmlinux",
"wagoid",
"workdir"
"workdir",
"worktree"
],
"ignoreWords": [
"Eeuo",
Expand Down
1 change: 1 addition & 0 deletions action/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func run(ctx context.Context) error {

// Check if submodules were initialized
// If they are uninitialized, just print warning to the user, ignore all errors
// Docs: https://git-scm.com/docs/git-submodule#Documentation/git-submodule.txt-status--cached--recursive--ltpathgt82308203
pwd, err := os.Getwd()
if err != nil {
return err
Expand Down

0 comments on commit 8dd75a2

Please sign in to comment.