Skip to content

Merge pull request #2283 from bcgov/chore/remove-snowplow #3425

Merge pull request #2283 from bcgov/chore/remove-snowplow

Merge pull request #2283 from bcgov/chore/remove-snowplow #3425

Workflow file for this run

name: Lint Commit Messages
on:
push
jobs:
# see https://github.com/marketplace/actions/commit-linter
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v2