Skip to content

Commit 887df4e

Browse files
committed
Merge branch 'cookiecutter-template' into feat-012
2 parents a3e169c + b7c7913 commit 887df4e

11 files changed

Lines changed: 12 additions & 10 deletions

File tree

.github/workflows/dependency-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install deptry
3737
run: |
38-
make install
38+
make python-install
3939
4040
- name: Run Dependency Check
4141
run: |

.github/workflows/format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install Formatting Tools
3737
run: |
38-
make install
38+
make python-install
3939
4040
- name: Black Format Check
4141
run: |

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
python-version: "3.11"
5454
- name: Install Python Tools
5555
run: |
56-
make install
56+
make python-install
5757
- name: Setup Ruby
5858
uses: ruby/setup-ruby@v1
5959
with:

.github/workflows/lint-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install Linting Tools
3737
run: |
38-
make install
38+
make python-install
3939
4040
- name: Render Cookiecutter Template
4141
run: |

.github/workflows/security-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install pip-audit
3737
run: |
38-
make install
38+
make python-install
3939
4040
- name: Run Security Check
4141
run: |

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install codespell
3737
run: |
38-
make install
38+
make python-install
3939
4040
- name: Run Spellcheck
4141
run: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install pytest
3737
run: |
38-
make install
38+
make python-install
3939
4040
- name: Run tests
4141
run: |

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install mypy
3737
run: |
38-
make install
38+
make python-install
3939
4040
- name: Run typecheck
4141
run: |

changelogs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Feat 011 cla fix (#35)
110110

111111
- *(template)* Updates to template cookiecutter.json file.
112112
- *(cla)* Fix for CLA fix for master branch.
113+
- *(makefile)* Minor fix for documentation emoji.
113114

114115
### 🚀 Added
115116

changelogs/releases/v0.1.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Feat 011 cla fix (#35)
110110

111111
- *(template)* Updates to template cookiecutter.json file.
112112
- *(cla)* Fix for CLA fix for master branch.
113+
- *(makefile)* Minor fix for documentation emoji.
113114

114115
### 🚀 Added
115116

0 commit comments

Comments
 (0)