Skip to content

refactor(neon,neon_files,neon_news,neon_notes,neon_notifications): Use shared constants for app ids #74

refactor(neon,neon_files,neon_news,neon_notes,neon_notifications): Use shared constants for app ids

refactor(neon,neon_files,neon_news,neon_notes,neon_notifications): Use shared constants for app ids #74

name: Conventional commits
on:
pull_request:
jobs:
conventional-commits:
name: Conventional commits
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dart
uses: dart-lang/setup-dart@v1
- name: Install commitlint_cli
run: dart pub get
- name: Lint conventional commits
run: dart run commitlint_cli --from=${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to=${{ github.event.pull_request.head.sha }}