Skip to content

refactored gerber and excellon drill into circuit-json-to-gerber #558

refactored gerber and excellon drill into circuit-json-to-gerber

refactored gerber and excellon drill into circuit-json-to-gerber #558

name: Prettier Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
prettier-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Run Prettier Check
run: npx prettier --check .