Daniel García
1 week ago
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
1 changed files with
0 additions and
6 deletions
-
.github/workflows/check-templates.yml
|
|
@ -19,12 +19,6 @@ jobs: |
|
|
|
fetch-depth: 0 |
|
|
|
# End Checkout the repo |
|
|
|
|
|
|
|
- name: Set up environment |
|
|
|
run: | |
|
|
|
sudo apt-get update |
|
|
|
sudo apt-get install -y make python3 python3-pip |
|
|
|
sudo pip install jinja2 |
|
|
|
|
|
|
|
- name: Run make to rebuild templates |
|
|
|
working-directory: docker |
|
|
|
run: make |
|
|
|