Skip to content

Merge pull request #10 from hyoklee/master #1

Merge pull request #10 from hyoklee/master

Merge pull request #10 from hyoklee/master #1

Workflow file for this run

name: lint commit messages
on: [push]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5