Skip to content

Merge pull request #50 from TickLabVN/feature/save-preview-file-in-minio #187

Merge pull request #50 from TickLabVN/feature/save-preview-file-in-minio

Merge pull request #50 from TickLabVN/feature/save-preview-file-in-minio #187

Workflow file for this run

name: Check conventional of commit message
on:
- pull_request
- push
jobs:
commit-lint:
# if: ${{ !contains(github.event.head_commit, 'skip ci') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Commit lint ✨
uses: wagoid/commitlint-github-action@v4