Skip to content

chore(deps): bump agrc/create-reminder-action from 1.1.24 to 1.1.25 #1509

chore(deps): bump agrc/create-reminder-action from 1.1.24 to 1.1.25

chore(deps): bump agrc/create-reminder-action from 1.1.24 to 1.1.25 #1509

name: Lint pushes/PRs
on: [push, pull_request]
jobs:
js-json-md-yaml-lint:
name: JavaScript + JSON + Markdown + YAML
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: "lts/*"
- name: Install dependencies
run: npm ci # instead of install to ensure consistency and determinism in CI/CD workflow
- name: Run ESLint
run: npm run lint