From 7ee331322fe1485c6ca972716d2d52cda700af1e Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Thu, 11 Dec 2025 15:03:59 -0600 Subject: [PATCH] Fix lint error --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 331f101..772ac00 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,8 +2,8 @@ on: push: branches: [main] pull_request: - types: [ opened, synchronize, reopened ] - branches: [ '**' ] # run for PRs targeting any branch (main and others) + types: [opened, synchronize, reopened] + branches: ["**"] # run for PRs targeting any branch (main and others) name: Run acceptance tests jobs: