Fix lint error

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

View File

@@ -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: