Skip to content

chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 #269

chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0

chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 #269

# https://github.com/marketplace/actions/conventional-commit-lint
name: Conventional Commit Lint
on: [ push, pull_request ]
concurrency:
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
commit-lint:
runs-on: ubuntu-22.04
steps:
# conventional style
- uses: ahmadnassri/action-commit-lint@v2.1.17