Skip to content

feat: awaitCallWithRounds method on PocketIcClient #556

feat: awaitCallWithRounds method on PocketIcClient

feat: awaitCallWithRounds method on PocketIcClient #556

Workflow file for this run

name: lint
on:
merge_group:
pull_request:
jobs:
lint:
name: lint:required
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup PNPM
uses: dfinity/ci-tools/actions/setup-pnpm@main
- name: Check TypeScript Formatting
run: pnpm format:check
- name: Check Rust Linting
run: cargo clippy
- name: Check Rust formatting
run: cargo fmt -- --check