Fix lint error

This commit is contained in:
Volodymyr Zotov
2025-12-11 15:03:59 -06:00
parent 9fb38d43e1
commit 7ee331322f

View File

@@ -3,7 +3,7 @@ on:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
branches: [ '**' ] # run for PRs targeting any branch (main and others)
branches: ["**"] # run for PRs targeting any branch (main and others)
name: Run acceptance tests
jobs: