fix 656f746626: yaml quotes...

This commit is contained in:
Ralf Vogler 2025-05-25 22:11:32 +02:00
parent 90cdf04b8a
commit a2e1ef60e6
2 changed files with 6 additions and 6 deletions

View file

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

View file

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