Skip to content

Merge pull request #1802 from codatio/Xero-10MB-attachment-limit #672

Merge pull request #1802 from codatio/Xero-10MB-attachment-limit

Merge pull request #1802 from codatio/Xero-10MB-attachment-limit #672

name: Check - formatting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Check formatting
run: npm run format:js:check