fix 656f746626: yaml quotes...
This commit is contained in:
parent
90cdf04b8a
commit
a2e1ef60e6
2 changed files with 6 additions and 6 deletions
6
.github/workflows/sonarqube.yml
vendored
6
.github/workflows/sonarqube.yml
vendored
|
|
@ -4,9 +4,9 @@ name: SonarQube Scan
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**.js'
|
||||
- '**.ts'
|
||||
- 'package.json'
|
||||
- "**.js"
|
||||
- "**.ts"
|
||||
- "package.json"
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue