Skip to content

Update JSON Formatter code #22

Update JSON Formatter code

Update JSON Formatter code #22

name: check-build
on:
pull_request:
branches:
- master
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Validate build
run: |
yarn install
yarn run build