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/js.yml
vendored
6
.github/workflows/js.yml
vendored
|
|
@ -4,9 +4,9 @@ name: "JS: deps, lint, tests"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '**.js'
|
- "**.js"
|
||||||
- '**.ts'
|
- "**.ts"
|
||||||
- 'package.json'
|
- "package.json"
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
|
|
||||||
|
|
|
||||||
6
.github/workflows/sonarqube.yml
vendored
6
.github/workflows/sonarqube.yml
vendored
|
|
@ -4,9 +4,9 @@ name: SonarQube Scan
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '**.js'
|
- "**.js"
|
||||||
- '**.ts'
|
- "**.ts"
|
||||||
- 'package.json'
|
- "package.json"
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue