Skip to content

Fix link issues and remove duplicate "on" in Introduction #69

Fix link issues and remove duplicate "on" in Introduction

Fix link issues and remove duplicate "on" in Introduction #69

Workflow file for this run

# ENSURES COMMON COMMIT CONVENTION WORKS
name: Lint Commit Messages
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Lint Commit Messages
uses: wagoid/commitlint-github-action@v4