Skip to content

build(deps): bump the github-actions group across 1 directory with 2 … #1849

build(deps): bump the github-actions group across 1 directory with 2 …

build(deps): bump the github-actions group across 1 directory with 2 … #1849

Workflow file for this run

name: Code quality checks
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f
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