Skip to content

Commit

Permalink
test(git): ✅ Add commit linter as GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke committed Jul 16, 2021
1 parent 0f27fa1 commit 31c2fcc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Lint Commit Messages

on:
pull_request:

permissions:
actions: read
contents: read

jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0

- uses: wagoid/commitlint-github-action@v4
1 change: 1 addition & 0 deletions .vscode/cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"unexisting",
"VCARD",
"Veyor",
"wagoid",
"xforms",
"xlink"
],
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Неопубликованные изменения (не вошедшие в релиз)

## 2.8.8

### Новые возможности

- добавлена проверка комментариев к commit для запросов слияния
[#141](https://github.com/test-st-petersburg/DocTemplates/issues/141)

## 2.8.7

Исправлены ошибки:
Expand Down

0 comments on commit 31c2fcc

Please sign in to comment.