Skip to content

chore(deps-dev): bump eslint from 9.6.0 to 9.7.0 #636

chore(deps-dev): bump eslint from 9.6.0 to 9.7.0

chore(deps-dev): bump eslint from 9.6.0 to 9.7.0 #636

Workflow file for this run

name: Testing CI
on:
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
env:
PUBLIC_UI_VERSION: ${{ github.sha }}
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
run_install: false
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'pnpm' # must be preinstalled
- run: make install
- run: make compile
- run: make check
- run: make lint
- run: make test