Fix lint error
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user