Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(commitlint): add commitlint action to github workflow #5

Merged
merged 1 commit into from
May 11, 2022
Merged

ci(commitlint): add commitlint action to github workflow #5

merged 1 commit into from
May 11, 2022

Conversation

Alec4r
Copy link
Member

@Alec4r Alec4r commented May 11, 2022

Descriptions

This commit is to add a new GitHub workflow to validate:

How to use it

We are using config-conventional based on the angular convention config-conventional

Rule type example

[
  'build',
  'ci',
  'docs',
  'feat',
  'fix',
  'perf',
  'refactor',
  'revert',
  'style',
  'test'
]
echo "foo: some message" # fails
echo "fix: some message" # passes

@Alec4r Alec4r added the enhancement New feature or request label May 11, 2022
@Alec4r Alec4r requested review from felipemontoya and MaferMazu May 11, 2022 15:37
@Alec4r Alec4r self-assigned this May 11, 2022
@Alec4r Alec4r requested review from Henrrypg, black-redoc and dcoa May 11, 2022 16:57
@Alec4r Alec4r merged commit 0a5a1ce into eduNEXT:main May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants