Skip to content

add PR verification workflow#2

Merged
TyostoKarry merged 2 commits into
mainfrom
create-verify-pr-workflow
Mar 8, 2026
Merged

add PR verification workflow#2
TyostoKarry merged 2 commits into
mainfrom
create-verify-pr-workflow

Conversation

@TyostoKarry

Copy link
Copy Markdown
Owner

Adds a GitHub Actions workflow that runs on every pull request targeting main. The workflow runs two jobs in parallel:

  • lint: runs golangci-lint to catch style and correctness issues
  • test: runs go test ./... to ensure all tests pass

Adds a GitHub Actions workflow that runs on every pull request targeting
main. The workflow runs two jobs in parallel:

- lint: runs golangci-lint to catch style and correctness issues
- test: runs go test ./... to ensure all tests pass
@TyostoKarry TyostoKarry self-assigned this Mar 8, 2026
@TyostoKarry TyostoKarry merged commit 595379d into main Mar 8, 2026
2 checks passed
@TyostoKarry TyostoKarry deleted the create-verify-pr-workflow branch March 8, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant