Skip to content

Commit

Permalink
Add always statements
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Sep 27, 2023
1 parent 4986790 commit a8e1123
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-lint-validate-convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ concurrency:
jobs:
lint:
name: Lint CSV
if: always()
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -31,6 +32,7 @@ jobs:

validate:
name: Validate CSV
if: always()
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -64,6 +66,7 @@ jobs:
component_requirements_check:
name: Check component requirements
if: always()
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -84,6 +87,7 @@ jobs:
attributes_exist_check:
name: Check attributes exist
if: always()
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -104,6 +108,7 @@ jobs:
attributes_used_check:
name: Check attributes are used
if: always()
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -124,6 +129,7 @@ jobs:
attributes_unique_check:
name: Check attributes are unique
if: always()
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a8e1123

Please sign in to comment.