Skip to content

Commit

Permalink
CI: Check if new DVC files are pushed to the remote (#7824)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Sep 21, 2023
1 parent a711b06 commit e0d4cb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/code-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ jobs:
fi
done
exit $error
- name: Setup DVC
uses: iterative/setup-dvc@v1

- name: Check if DVC files are missing from the remote
run: dvc data status --not-in-remote --json | grep -v not_in_remote

0 comments on commit e0d4cb5

Please sign in to comment.