From e4c61962ce1c9b1db62517b28197f4b5115dadfe Mon Sep 17 00:00:00 2001 From: Jevri Hanna Date: Thu, 5 Dec 2024 14:52:35 +0100 Subject: [PATCH] fix indentation on forms.yml --- .github/workflows/forms.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/forms.yml b/.github/workflows/forms.yml index d18e349..68f9fee 100644 --- a/.github/workflows/forms.yml +++ b/.github/workflows/forms.yml @@ -3,18 +3,18 @@ on: paths: - project*.toml - .github/workflows/forms.yml - jobs: - build-deploy: - runs-on: ubuntu-latest - strategy: - matrix: - language: - - de - - en - steps: - - name: Generate Forms - uses: s-ccs/consentform_gh_action@main - with: - language: ${{ matrix.language }} +jobs: + build-deploy: + runs-on: ubuntu-latest + strategy: + matrix: + language: + - de + - en + steps: + - name: Generate Forms + uses: s-ccs/consentform_gh_action@main + with: + language: ${{ matrix.language }} \ No newline at end of file