Skip to content

build(deps): bump actions/checkout from 5.0.0 to 5.0.1 in the github-actions group #1831

build(deps): bump actions/checkout from 5.0.0 to 5.0.1 in the github-actions group

build(deps): bump actions/checkout from 5.0.0 to 5.0.1 in the github-actions group #1831

Workflow file for this run

name: Code quality checks
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903
with:
node-version: 24
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061
with:
version: 10.19.0
run_install: true
- run: |
pnpm run lint
pnpm run codestyle-check