From 9c28f2a8fdaaa4fd7bc50ed4f29e5a726921895d Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 5 Aug 2023 22:15:39 -0400 Subject: [PATCH] Add reuse lint check to the CI --- .build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.build.yml b/.build.yml index 3d8d40b..d9b3c32 100644 --- a/.build.yml +++ b/.build.yml @@ -12,9 +12,13 @@ packages: - rust - unshield - gamemode + - reuse sources: - https://git.sr.ht/~redstrate/astra tasks: + - reuse: | + cd astra + reuse lint - configure: | cd astra cmake -S . -B build