From 4ba0b85b4d1470ac4e560c8f39e33687f7996efb Mon Sep 17 00:00:00 2001 From: Aditi <63365451+aditigopalan@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:40:52 +0530 Subject: [PATCH] Update ci-lint-validate-convert.yml --- .github/workflows/ci-lint-validate-convert.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-lint-validate-convert.yml b/.github/workflows/ci-lint-validate-convert.yml index 2bb18784..ffe909d2 100644 --- a/.github/workflows/ci-lint-validate-convert.yml +++ b/.github/workflows/ci-lint-validate-convert.yml @@ -22,11 +22,11 @@ jobs: if: always() runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - name: csvlinter - uses: kcheriyath/csvlinter@V0.6.0 - with: - find_pattern: "*.csv" + - uses: actions/checkout@v4 + - name: csvlinter + uses: kcheriyath/csvlinter@V0.6.0 + with: + find_pattern: "*.csv" validate: name: Validate CSV @@ -145,8 +145,8 @@ jobs: else: print(f"Failed to fetch data. Status Code: {response.status_code}") - fetch_and_save_attribute_table() - EOF + fetch_and_save_attribute_table() + EOF - name: Commit changes run: |