Skip to content

Merge pull request #3 from braze-community/release-please--branches--… #11

Merge pull request #3 from braze-community/release-please--branches--…

Merge pull request #3 from braze-community/release-please--branches--… #11

Workflow file for this run

name: commitlint
on: [push, pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v3
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm install --prefer-offline
- name: Lint commit message
run: npx commitlint --from=HEAD~1