Skip to content

fix: save json files with tab indention #564

fix: save json files with tab indention

fix: save json files with tab indention #564

Workflow file for this run

name: Node.js
on:
push:
pull_request:
jobs:
test:
name: Node.js
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: actions/checkout@v4
- run: npm ci
- run: npm test