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: push:
branches: [main] branches: [main]
pull_request: pull_request:
types: [ opened, synchronize, reopened ] 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 name: Run acceptance tests
jobs: jobs: