Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 1 update #1099

chore(deps): bump the npm_and_yarn group across 1 directory with 1 update

chore(deps): bump the npm_and_yarn group across 1 directory with 1 update #1099

Workflow file for this run

name: Run Lint
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install Dependencies
run: npm ci --ignore-scripts
- name: Run Lint
run: npm run lint