Skip to content

7 add GitHub actions workflow for pull request verification#8

Merged
TyostoKarry merged 2 commits into
mainfrom
7-add-github-actions-workflow-for-pull-request-verification
Oct 17, 2025
Merged

7 add GitHub actions workflow for pull request verification#8
TyostoKarry merged 2 commits into
mainfrom
7-add-github-actions-workflow-for-pull-request-verification

Conversation

@TyostoKarry

Copy link
Copy Markdown
Owner
  • Added verify-pr.yml workflow to .github/workflows/
    • Runs Ktlint, tests, and assembles the project on each pull request
    • Uses JDK 21 with Gradle caching and wrapper validation
  • Fixed Ktlint issues in the test/ folder for CI compliance
  • Updated .gitignore to exclude the generated eventshuffle.db database file

Closes #7

- Added .github/workflows/verify-pr.yml
- Runs Ktlint check, tests, and assemble on pull requests to main.
- Configured JDK 21 and Gradle caching for faster builds.
- Resolved Ktlint violations in test/ folder for CI compliance.
- Added eventshuffle.db to .gitignore under Databases section.
@TyostoKarry TyostoKarry self-assigned this Oct 17, 2025
@TyostoKarry TyostoKarry linked an issue Oct 17, 2025 that may be closed by this pull request
@TyostoKarry TyostoKarry merged commit ede841b into main Oct 17, 2025
1 check passed
@TyostoKarry TyostoKarry deleted the 7-add-github-actions-workflow-for-pull-request-verification branch October 17, 2025 12:27
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.

Add GitHub Actions workflow for pull request verification

1 participant