Skip to content

Commit

Permalink
fix whispers in github action. Readme update. (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanharmon1 authored Dec 22, 2024
1 parent 50c9fdd commit d22c1ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Harmon Stack
This repo allows you to create a new project using the Harmon Stack template which bootstraps numerous configurations and tools for you.

Author: Evan Harmon

[![Validate](https://github.com/evanharmon1/harmon-stack/actions/workflows/validate.yml/badge.svg)](https://github.com/evanharmon1/harmon-stack/actions/workflows/validate.yml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
# E.g., to check for my `~/Local/.secret` file
- name: Custom check for secret files
run: ./check_for_pattern.sh . "*secret*"
- name: Force the installation of the required versions due to pip not being able to uninstall system packages
run: |
sudo pip install --ignore-installed typing_extensions==4.12.2
sudo pip install --ignore-installed PyYAML
sudo pip install --ignore-installed jsonschema
- name: Install Whispers
run: sudo pip install whispers
# Use whispers to check repo for unecrypted secrets, passwords, etc.
Expand Down

0 comments on commit d22c1ba

Please sign in to comment.