Skip to content

Update dependency @prezly/sdk to v23.7.3 #4161

Update dependency @prezly/sdk to v23.7.3

Update dependency @prezly/sdk to v23.7.3 #4161

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