Skip to content

[DEP_DEV] (deps-dev): Bump typedoc from 0.23.28 to 0.27.0 #1044

[DEP_DEV] (deps-dev): Bump typedoc from 0.23.28 to 0.27.0

[DEP_DEV] (deps-dev): Bump typedoc from 0.23.28 to 0.27.0 #1044

Workflow file for this run

name: ESLint
on:
workflow_dispatch:
push:
pull_request:
types: [opened, reopened]
permissions: {}
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Check if changed
uses: MarceloPrado/[email protected]
id: changed
with:
paths: .github/workflows/eslint.yml "**.js" .eslintrc.json
- name: Run ESLint
if: steps.changed.outputs.changed == 'true'
run: npm run eslint