Skip to content

Merge pull request #1844 from codatio/PEP-1608/remove-demo-bill-pay-h… #844

Merge pull request #1844 from codatio/PEP-1608/remove-demo-bill-pay-h…

Merge pull request #1844 from codatio/PEP-1608/remove-demo-bill-pay-h… #844

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