style(yaml): apply yaml linter to workflow files

This commit is contained in:
Naoki Oketani
2025-05-05 11:20:51 +00:00
parent 38278c3f41
commit cf52e91acd
5 changed files with 101 additions and 101 deletions

View File

@@ -9,7 +9,7 @@ jobs:
name: npm audit
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4