Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Update test expectation #30

Update test expectation

Update test expectation #30

Workflow file for this run

name: json lint
on: [push]
jobs:
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 [email protected] --global
- name: lint .json files with prettier
run: prettier -c "**/*.json"