Skip to content

Commit

Permalink
Run CI on main (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateinaction authored Jul 16, 2024
1 parent e5c8173 commit 123a76c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gomodtidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: go mod tidy

on:
pull_request:
push:
branches:
- main

jobs:
gomodtidy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: lint

on:
pull_request:
push:
branches:
- main


jobs:
golangci:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: test

on:
pull_request:
push:
branches:
- main

jobs:
gotest:
Expand Down

0 comments on commit 123a76c

Please sign in to comment.