Skip to content

Commit

Permalink
badges (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaGiorgadze authored May 2, 2023
1 parent b4edd42 commit 6f1aac9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ env:
GO_VERSION: "1.20"
on:
pull_request:
push:
branches: [main]

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gosec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ env:
GO_VERSION: "1.20"
on:
pull_request:
push:
branches: [main]

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mod-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ env:
GO_VERSION: "1.20"
on:
pull_request:
push:
branches: [main]

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/staticcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ env:
GO_VERSION: "1.20"
on:
pull_request:
push:
branches: [main]

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ env:
GO_VERSION: "1.20"
on:
pull_request:
push:
branches: [main]

permissions:
contents: read
Expand Down

0 comments on commit 6f1aac9

Please sign in to comment.