Skip to content

Updated copyright years ↞ [auto-sync from https://github.com/KudoAI/c… #1317

Updated copyright years ↞ [auto-sync from https://github.com/KudoAI/c…

Updated copyright years ↞ [auto-sync from https://github.com/KudoAI/c… #1317

name: Lint pushes/PRs
on: [push, pull_request]
permissions:
contents: read
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/[email protected]
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint