Skip to content

build: Update scaffolding, tooling #69

build: Update scaffolding, tooling

build: Update scaffolding, tooling #69

Workflow file for this run

name: Linters
on:
pull_request:
jobs:
gitlint:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up python environment
uses: actions/setup-python@v4
with:
cache: 'pip'
- run: pip install gitlint
# NOTE: first commit using conventional-commits: 8115756
- run: gitlint --fail-without-commits --commits main..HEAD