Skip to content

chore(deprecations): fix some deprecations with sf 5.4 and produce va… #50

chore(deprecations): fix some deprecations with sf 5.4 and produce va…

chore(deprecations): fix some deprecations with sf 5.4 and produce va… #50

Workflow file for this run

name: Lint Commit Messages
on: [pull_request, push]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v4
with:
failOnWarnings: true
configFile: .commitlintrc.json