File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
template/.github/{% if ci_cd == 'github_actions' %}workflows{% endif %} Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Harmon Stack
2
2
This repo allows you to create a new project using the Harmon Stack template which bootstraps numerous configurations and tools for you.
3
+
3
4
Author: Evan Harmon
4
5
5
6
[ ![ Validate] ( https://github.com/evanharmon1/harmon-stack/actions/workflows/validate.yml/badge.svg )] ( https://github.com/evanharmon1/harmon-stack/actions/workflows/validate.yml )
Original file line number Diff line number Diff line change 10
10
# E.g., to check for my `~/Local/.secret` file
11
11
- name : Custom check for secret files
12
12
run : ./check_for_pattern.sh . "*secret*"
13
+ - name : Force the installation of the required versions due to pip not being able to uninstall system packages
14
+ run : |
15
+ sudo pip install --ignore-installed typing_extensions==4.12.2
16
+ sudo pip install --ignore-installed PyYAML
17
+ sudo pip install --ignore-installed jsonschema
13
18
- name : Install Whispers
14
19
run : sudo pip install whispers
15
20
# Use whispers to check repo for unecrypted secrets, passwords, etc.
You can’t perform that action at this time.
0 commit comments