Skip to content

Fix bug regarding input exiting without changing (#208) #12

Fix bug regarding input exiting without changing (#208)

Fix bug regarding input exiting without changing (#208) #12

Workflow file for this run

name: Format
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "npm"
- run: npm install prettier
- run: npm -v
- run: npm run checkFormat