Skip to content

Commit

Permalink
Add Bazel check for 2025 (wpilibsuite#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Jan 9, 2025
1 parent 1e13fd1 commit f68822b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ YEAR_2025BETA_FILES = glob(["2025beta/*.json"])
cache_directory = cache_directory,
vendor_file = f,
) for f in YEAR_2025BETA_FILES]

YEAR_2025_FILES = glob(["2025/*.json"])
[vendordep_check_test(
allowable_errors = 0,
allowable_warnings = None,
cache_directory = cache_directory,
vendor_file = f,
) for f in YEAR_2025_FILES]

0 comments on commit f68822b

Please sign in to comment.