Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.8 to 1.27.18 #995

chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.8 to 1.27.18

chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.8 to 1.27.18 #995

Workflow file for this run

name: Commit Message Lint
on:
pull_request:
branches: [ "main" ]
jobs:
gitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
fetch-depth: 0
- name: Install gitlint
shell: bash
run: |
python -m pip install gitlint
- name: Run gitlint
shell: bash
run: |
gitlint --commit ${{ github.event.pull_request.head.sha }} --debug