Skip to content

Update "Input Field Types Mergeable" rule specification (#108) #528

Update "Input Field Types Mergeable" rule specification (#108)

Update "Input Field Types Mergeable" rule specification (#108) #528

Workflow file for this run

name: Prettier formatting
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: npm ci
- run: npm run format:check