chore: fix code formatting via Prettier

This commit is contained in:
digikwal 2025-06-26 18:07:51 +02:00
parent 79046f9480
commit 77f393fa79
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.11' python-version: "3.11"
- name: Install pre-commit - name: Install pre-commit
run: | run: |
@ -38,7 +38,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.11' python-version: "3.11"
- name: Install linters - name: Install linters
run: | run: |

View file

@ -18,7 +18,7 @@ jobs:
username: ${{ secrets.DOCKER_USER }} username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PAT }} password: ${{ secrets.DOCKER_PAT }}
- name: Setup enviroment variables - name: Setup environment variables
run: | run: |
export APPS_JSON_BASE64=$(base64 < ./apps.json | tr -d '\n') export APPS_JSON_BASE64=$(base64 < ./apps.json | tr -d '\n')
echo "APPS_JSON_BASE64=$APPS_JSON_BASE64" >> $GITHUB_ENV echo "APPS_JSON_BASE64=$APPS_JSON_BASE64" >> $GITHUB_ENV