Skip to content

fix(deps): update aws-sdk-js-v3 monorepo to v3.596.0 #524

fix(deps): update aws-sdk-js-v3 monorepo to v3.596.0

fix(deps): update aws-sdk-js-v3 monorepo to v3.596.0 #524

Workflow file for this run

name: Validate commit messages
on:
pull_request:
branches:
- develop
jobs:
commitlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.3
with:
fetch-depth: 0
- uses: actions/setup-node@v4.0.2
with:
node-version-file: "app/.nvmrc"
- name: Install commitlint
run: npm install --global @commitlint/cli @commitlint/config-conventional
- name: Run commitlint
run: npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose