Skip to content

Commit

Permalink
Update ci-lint-validate-convert.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aditigopalan authored Jul 22, 2024
1 parent d72165e commit 959fddb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci-lint-validate-convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ env:

jobs:
lint:
name: Lint CSV
if: always()
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: csvlinter
uses: kcheriyath/[email protected]
with:
find_pattern: "*.csv"
name: Lint CSV
if: always()
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: csvlinter
uses: kcheriyath/[email protected]
with:
find_pattern: "*.csv"

validate:
name: Validate CSV
Expand Down

0 comments on commit 959fddb

Please sign in to comment.