From 07e22e9b2796c141093e9c9a1ba804b5d24ba2f9 Mon Sep 17 00:00:00 2001 From: FUJI Goro Date: Sat, 13 Dec 2025 18:51:37 +0900 Subject: [PATCH] declare schema file --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index f38b423..2848427 100644 --- a/action.yml +++ b/action.yml @@ -1,3 +1,5 @@ +# yaml-language-server: $schema=https://json.schemastore.org/github-action.json + name: 'SQLDef Preview' description: 'Preview how sqldef migration performs in pull requests' author: 'The sqldef team'