Skip to content

Commit

Permalink
testing github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Oct 23, 2024
1 parent 2339d7b commit 0098e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Go

on:
push:
branches: ["master"]
branches: ["master", "github-action"]
pull_request:
branches: ["master"]

Expand Down
1 change: 1 addition & 0 deletions lib/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package passgen

import (
"fmt"

"strings"
)

Expand Down

0 comments on commit 0098e0e

Please sign in to comment.