mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-30 09:39:55 +02:00
Add setup script execution to GitHub workflow for environment preparation.
This commit is contained in:
4
.github/workflows/generate-readme.yml
vendored
4
.github/workflows/generate-readme.yml
vendored
@@ -13,6 +13,10 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run setup.sh
|
||||
run: |
|
||||
bash setup.sh
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
|
Reference in New Issue
Block a user