Skip to content

Bump viem from 2.23.2 to 2.29.2 #242

Bump viem from 2.23.2 to 2.29.2

Bump viem from 2.23.2 to 2.29.2 #242

Workflow file for this run

name: code
on:
push:
branches:
- "**"
- "!gh-readonly-queue/**"
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' && github.event_name != 'merge_group' }}
defaults:
run:
shell: bash
jobs:
prettier:
name: prettier:check
runs-on: ubuntu-22.04
timeout-minutes: 50
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
timeout-minutes: 5
- uses: ./.github/actions/setup
- run: yarn prettier:check
tests-hardhat:
name: tests / hardhat
runs-on: ubuntu-22.04
timeout-minutes: 50
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
timeout-minutes: 5
- uses: ./.github/actions/setup
- run: cd tests/hardhat && yarn test
docgen-test:
name: docgen / test
runs-on: ubuntu-22.04
timeout-minutes: 50
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
timeout-minutes: 5
- uses: ./.github/actions/setup
with:
install-foundry: true
- run: forge doc --build