diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27ea0e909..fd71fd802 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -170,7 +170,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 ########################################################################## - # BUILD NGINX DOCKER IMAGE ############################################# + # BUILD NGINX DOCKER IMAGE ############################################### ########################################################################## - name: nginx | Build `test` image run: | @@ -183,7 +183,7 @@ jobs: path: /tmp/nginx.tar ############################################################################## - # JOB: LOCALES FRONTEND ######################################################### + # JOB: LOCALES FRONTEND ###################################################### ############################################################################## locales_frontend: name: Locales - Frontend @@ -206,12 +206,12 @@ jobs: - name: Load Docker Image run: docker load < /tmp/frontend.tar ########################################################################## - # LOCALES FRONTEND ########################################################### + # LOCALES FRONTEND ####################################################### ########################################################################## - name: frontend | Locales run: docker run --rm gradido/frontend:test yarn run locales -############################################################################## + ############################################################################## # JOB: LINT FRONTEND ######################################################### ############################################################################## lint_frontend: @@ -235,7 +235,7 @@ jobs: - name: Load Docker Image run: docker load < /tmp/frontend.tar ########################################################################## - # LINT FRONTEND ########################################################### + # LINT FRONTEND ########################################################## ########################################################################## - name: frontend | Lint run: docker run --rm gradido/frontend:test yarn run lint diff --git a/frontend/scripts/missing-keys.sh b/frontend/scripts/missing-keys.sh index 895415e82..6dbaee897 100755 --- a/frontend/scripts/missing-keys.sh +++ b/frontend/scripts/missing-keys.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash ROOT_DIR=$(dirname "$0")/.. diff --git a/frontend/scripts/sort.sh b/frontend/scripts/sort.sh index da357affe..e5c5c41c6 100755 --- a/frontend/scripts/sort.sh +++ b/frontend/scripts/sort.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash ROOT_DIR=$(dirname "$0")/..