Skip to content

🦭 Add types declaration to viem package (#30) #103

🦭 Add types declaration to viem package (#30)

🦭 Add types declaration to viem package (#30) #103

Workflow file for this run

name: 👷‍♂️ CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
clean: false
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Use pnpm
uses: pnpm/action-setup@v2
with:
version: 8.4.0
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.9.0
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run CI Checks
run: pnpm run checks