Skip to content

Merge branch 'main' into feature/dev-19203-migrate-theme-kit-to-pnpm-… #4149

Merge branch 'main' into feature/dev-19203-migrate-theme-kit-to-pnpm-…

Merge branch 'main' into feature/dev-19203-migrate-theme-kit-to-pnpm-… #4149

Workflow file for this run

name: Lint
on: push
jobs:
run-linters:
name: Run Linter checks
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Setup environment
uses: prezly/setup-github-actions@v1
with:
pnpm: 9.15.4
node: 20
- name: Install Node.js dependencies
run: pnpm install --frozen-lockfile
- name: Run ESLint
run: pnpm lint