From e91f8a42de7842f24f4ce600754f2b6651985fd4 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 15 Jun 2024 20:25:50 +0300 Subject: [PATCH] run the linter CI for changes made to just .vsh files too --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index da3de2e9..e838bc29 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,10 +4,12 @@ on: push: paths: - '**.v' + - '**.vsh' - '**/lint.yml' pull_request: paths: - '**.v' + - '**.vsh' - '**/lint.yml' concurrency: