Skip to content

chore(deps): bump svgo from 4.0.0 to 4.0.1 in /docs-site #1071

chore(deps): bump svgo from 4.0.0 to 4.0.1 in /docs-site

chore(deps): bump svgo from 4.0.0 to 4.0.1 in /docs-site #1071

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
paths-ignore:
- '**/*.md'
permissions:
contents: read
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
- name: Setup Node.js
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint