Skip to content

refactor(agent): split read state into inner function #2579

refactor(agent): split read state into inner function

refactor(agent): split read state into inner function #2579

Workflow file for this run

name: Check Lint
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
concurrency:
group: pr-${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PNPM
uses: dfinity/ci-tools/actions/setup-pnpm@main
- run: pnpm lint