mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-31 10:01:56 +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
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Run setup.sh
|
||||||
|
run: |
|
||||||
|
bash setup.sh
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user