Skip to content

Commit

Permalink
Merge pull request #457 from ncihtan/test-actions
Browse files Browse the repository at this point in the history
Update ci-lint-validate-convert.yml
  • Loading branch information
aditigopalan authored Sep 11, 2024
2 parents 28a467b + 4ba0b85 commit 7242d46
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci-lint-validate-convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
if: always()
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: csvlinter
uses: kcheriyath/[email protected]
with:
find_pattern: "*.csv"
- uses: actions/checkout@v4
- name: csvlinter
uses: kcheriyath/[email protected]
with:
find_pattern: "*.csv"

validate:
name: Validate CSV
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 7242d46

Please sign in to comment.