Skip to content
Merged
4 changes: 3 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Contributing

[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)

Thank you for investing your time in contributing to this project. If you are new to contributing to open source projects, the following resources may be helpful:

- [Set up Git](https://docs.github.com/en/get-started/git-basics/set-up-git)
Expand Down Expand Up @@ -44,5 +46,5 @@ The release process has been automated using [Python Semantic Release](https://p
It is recommended to have `pre-commit` installed on your local end before pushing commits. Please make sure you already [Set Up a Development Environment](#setting-up-a-development-environment) before running the following command:

```shell
pre-commit install
poetry run pre-commit install
```
5 changes: 3 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,18 @@ jobs:
- name: Setup | Install Commitlint
if: github.event_name == 'pull_request'
run: |
pip install commitlint
pip install commitlint==1.13.3

- name: Evaluate | Validate PR Title
if: github.event_name == 'pull_request'
run: |
commitlint "${{ github.event.pull_request.title }}"

- name: Action | Validate Commit Messages
uses: opensource-nepal/commitlint@v1.3.1
uses: opensource-nepal/commitlint@v1.13.3

release:
if: github.event_name == 'push'
runs-on: ubuntu-latest
needs: linting
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
- repo: https://github.com/opensource-nepal/commitlint
rev: v1.3.0
rev: v1.13.3
hooks:
- id: commitlint
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Smarty Notebook

[![Continuous Delivery](https://github.com/SiegeSailor/Smarty-Notebook/actions/workflows/continuous-delivery.yml/badge.svg)](https://github.com/SiegeSailor/Smarty-Notebook/actions/workflows/continuous-delivery.yml)

Comment thread
SiegeSailor marked this conversation as resolved.
This repository contains Jupyter Notebooks that use the [Smarty Cloud API](https://www.smarty.com/docs/cloud) for various common tasks. Each notebook is designed to be self-contained and easy to use:

- [x] Fetch U.S. ZIP+4 Code by Address
Expand Down Expand Up @@ -30,7 +32,7 @@ Follow the steps below to set up your local environment for development.
> eval "$(pyenv init - zsh)"
> # ===> Poetry
> fpath+=~/.zfunc
> export PATH="/Users/user/.local/bin:$PATH"
> export PATH="$HOME/.local/bin:$PATH"
> # ===> Auto Completion
> autoload -Uz compinit && compinit
> ```
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading