Skip to content

Added modsToApply fallback to prompts.create() for graceful handl… #1880

Added modsToApply fallback to prompts.create() for graceful handl…

Added modsToApply fallback to prompts.create() for graceful handl… #1880

name: Lint pushes/PRs
on: [push, pull_request]
permissions:
contents: read
jobs:
js-json-md-yaml-lint:
name: JavaScript + JSON + Markdown + YAML
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint