Skip to content

Commit

Permalink
Test CSV
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jaegervall <[email protected]>
  • Loading branch information
erikbosch committed Jul 31, 2024
1 parent 58fa466 commit ac74f5b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,20 @@ jobs:
- name: Test that ddsidl is correct
run: |
idlc vss_rel_*.idl

- name: Prepare for CSV check
uses: actions/setup-go@v5
with:
go-version: 'stable'
cache: false

- name: Test that csv generated by vss-tools is correct
run: |
echo $GOPATH
go install github.com/Clever/csvlint/cmd/csvlint@latest
csvlint vss_rel_*.csv
- name: Test optional targets. NOTE - always succeeds
run: |
Expand Down

0 comments on commit ac74f5b

Please sign in to comment.