Skip to content

Commit

Permalink
Exercise 13
Browse files Browse the repository at this point in the history
  • Loading branch information
SoheilSalmani committed Oct 2, 2022
1 parent 3b6914c commit d8401af
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/lint-commit-messages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Lint commit messages

on:
pull_request:
types: [opened, edited, reopened]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Lint commit messages
uses: wagoid/commitlint-github-action@v5

0 comments on commit d8401af

Please sign in to comment.