Skip to content

[DEP](deps): Bump axios from 1.7.7 to 1.7.8 #1043

[DEP](deps): Bump axios from 1.7.7 to 1.7.8

[DEP](deps): Bump axios from 1.7.7 to 1.7.8 #1043

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