Emojify step names in workflows. Stop publishing to TestPyPi from PR

This commit is contained in:
Debanjum Singh Solanky
2023-03-01 10:56:39 -06:00
parent 7ad251b8ef
commit ed177db2be
6 changed files with 22 additions and 29 deletions

View File

@@ -24,13 +24,13 @@ jobs:
- name: Set up Python 3.9
uses: actions/setup-python@v1
with: { python-version: 3.9 }
- name: Install
- name: ⏬️ Install Dependencies
run: |
python -m pip install --upgrade pip
sudo apt-get install emacs && emacs --version
git clone https://github.com/riscy/melpazoid.git ~/melpazoid
pip install ~/melpazoid
- name: Run
- name: 🌡️ Validate Khoj.el
env:
# Khoj recipe from https://github.com/melpa/melpa/pull/8321/files
RECIPE: (khoj :fetcher github :repo "debanjum/khoj" :files ("src/interface/emacs/*.el"))