Skip to content

chore(dev-deps): update dependency eslint-plugin-unicorn to v62 #4978

chore(dev-deps): update dependency eslint-plugin-unicorn to v62

chore(dev-deps): update dependency eslint-plugin-unicorn to v62 #4978

Workflow file for this run

name: Lint Code
on:
pull_request:
workflow_dispatch:
workflow_call:
jobs:
lint_js:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: ./.github/actions/prepare
- run: pnpm run build:node
- run: pnpm run lint:js