From 96a1ce2fb2ca62fd4a58889ac84a3532f6f5477a Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sat, 6 Nov 2021 13:33:27 +1000 Subject: [PATCH] CI: Fix path to GameIndex.yaml --- .github/workflows/scripts/validation/lint-gamedb/lint-gamedb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/validation/lint-gamedb/lint-gamedb.py b/.github/workflows/scripts/validation/lint-gamedb/lint-gamedb.py index ab76a69b3e..85942768cd 100644 --- a/.github/workflows/scripts/validation/lint-gamedb/lint-gamedb.py +++ b/.github/workflows/scripts/validation/lint-gamedb/lint-gamedb.py @@ -1,7 +1,7 @@ import yaml # Assumes this is ran from the root of the repository -file_path = "./bin/GameIndex.yaml" +file_path = "./bin/resources/GameIndex.yaml" # These settings have to be manually kept in sync with the emulator code unfortunately. # up to date validation should ALWAYS be provided via the application!