Skip to content

.github/workflows/spellcheck.yml: Add currency exceptions #639

.github/workflows/spellcheck.yml: Add currency exceptions

.github/workflows/spellcheck.yml: Add currency exceptions #639

Workflow file for this run

name: Lint JavaScript
on: [push, pull_request]
jobs:
build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install standard
- run: npx standard docs/_static/json-example-format.js