name: ESLint
description: Run ESLint
runs:
  using: "composite"
  steps:
    - name: Install deps
      shell: bash
      run: |
           npm ci
           npm run lint
