Format YAML syntax

This commit is contained in:
2025-12-24 20:05:04 -06:00
parent 7e8303fb1c
commit 48c0c22cb3
3 changed files with 2 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- "*"
- '*'
workflow_dispatch:
jobs:
@@ -37,4 +37,3 @@ jobs:
run: npm ci
- name: Build
run: bash scripts/build.sh

View File

@@ -18,4 +18,3 @@ jobs:
- name: OSV scan
run: bash scripts/osv_scan.sh

View File

@@ -2,7 +2,7 @@ name: OSV-Scanner Scheduled Scan
on:
schedule:
- cron: "30 12 * * 1"
- cron: '30 12 * * 1'
push:
branches: [master]
@@ -18,4 +18,3 @@ jobs:
- name: OSV scan
run: bash scripts/osv_scan.sh