Add formatting and linting checks to CI

This commit is contained in:
thePR0M3TH3AN
2025-05-21 10:52:50 -04:00
parent 05423065c1
commit 23ac9a9533
13 changed files with 21 additions and 14 deletions

View File

@@ -188,4 +188,4 @@ CREATE INDEX IF NOT EXISTS idx_files_path ON files(path);
CREATE INDEX IF NOT EXISTS idx_files_hash ON files(hash);
CREATE INDEX IF NOT EXISTS idx_tags_name_parent ON tags(name, parent_id);
CREATE INDEX IF NOT EXISTS idx_file_tags_tag_id ON file_tags(tag_id);
CREATE INDEX IF NOT EXISTS idx_attr_file_key ON attributes(file_id, key);
CREATE INDEX IF NOT EXISTS idx_attr_file_key ON attributes(file_id, key);