Skip to content

Add XLS-11d: 0011 XLS-11d: Retiring Amendments (#315) #116

Add XLS-11d: 0011 XLS-11d: Retiring Amendments (#315)

Add XLS-11d: 0011 XLS-11d: Retiring Amendments (#315) #116

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
workflow_dispatch:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up Node.js
uses: actions/setup-node@v5
with:
node-version: "24"
- name: Install dependencies
run: npm install -g prettier
- name: Run Prettier
run: npx prettier --check .