Skip to content

Merge pull request #90 from nextmv-io/chore/add-apps-from-models-note… #548

Merge pull request #90 from nextmv-io/chore/add-apps-from-models-note…

Merge pull request #90 from nextmv-io/chore/add-apps-from-models-note… #548

Workflow file for this run

name: json lint
on: [push]
jobs:
community-apps-json-lint:
runs-on: ubuntu-latest
steps:
- name: git clone
uses: actions/checkout@v4
- name: set up node
uses: actions/setup-node@v4
with:
node-version: 18.8
- name: install prettier
run: npm install prettier@v2.7.1 --global
- name: lint .json files with prettier
run: prettier -c "**/*.json"