Skip to content

chore(deps-dev): bump eslint from 9.39.1 to 10.0.3 #2161

chore(deps-dev): bump eslint from 9.39.1 to 10.0.3

chore(deps-dev): bump eslint from 9.39.1 to 10.0.3 #2161

Workflow file for this run

name: Protocol check
on:
push:
branches: "**"
paths:
- "packages/core/**"
jobs:
core-test:
name: Core Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
cache: yarn
- name: Install dependencies
run: yarn workspaces focus @human-protocol/core
- name: Run protocol test
run: yarn workspace @human-protocol/core test