Skip to content

如何在Python中代码美化JSON (#1128) #816

如何在Python中代码美化JSON (#1128)

如何在Python中代码美化JSON (#1128) #816

Workflow file for this run

name: CI & CD
on:
push:
branches:
- main
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install & Lint
run: |
npm install
npm run lint