Skip to content

Conversation

@vr4b4c
Copy link
Member

@vr4b4c vr4b4c commented Nov 14, 2025

Tasks:

Aim

Add build workflow which for now just checks if commits which belong to the PR comply with conventional commit format.

Checkout fetch depth

By default the checkout action fetch depth is 1, meaning only the latest commit. To inspect if PR commit messages comply with conventional commit format, build job has to have access to the whole Git history. PR introduces optional checkout_fetch_depth input which is passed to the checkout action.

Solution

  • add .commitlintrc config
  • add checkout_fetch_depth
  • containerise the app for running CI checks
  • add commitlint/cli dependency

@vr4b4c vr4b4c self-assigned this Nov 14, 2025
@vr4b4c vr4b4c requested a review from a team as a code owner November 14, 2025 09:58
@vr4b4c vr4b4c force-pushed the feature/add-build-workflow branch from adf9be7 to be1c03f Compare November 14, 2025 10:24
@vr4b4c vr4b4c force-pushed the feature/add-build-workflow branch 3 times, most recently from f3b2ec4 to a8bfab4 Compare November 17, 2025 08:01
@vr4b4c vr4b4c force-pushed the feature/add-build-workflow branch from a8bfab4 to bb1281c Compare November 17, 2025 08:46
@vr4b4c vr4b4c requested a review from vlakre November 17, 2025 08:58
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.

3 participants