From 19a9173213833ba8b64616a6222b6fc3a5ad3db2 Mon Sep 17 00:00:00 2001 From: Alessio Date: Sat, 19 Apr 2025 17:22:37 -0700 Subject: [PATCH] Fix copy-paste error in workflow file --- .github/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 86751ff..4de2180 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -62,8 +62,7 @@ jobs: exit 1 # This step should succeed, because the check that would fail is disabled - - name: Run SQLite schema lint action with invalid schema - id: invalid_schema_test + - name: Lint an invalid schema, but with the check disabled uses: ./ with: schema-file: 'test_schemas/failure-no-strict.sql'