Skip to content

Bump @eth-optimism/contracts-ts from 0.15.0 to 0.17.2 #152

Bump @eth-optimism/contracts-ts from 0.15.0 to 0.17.2

Bump @eth-optimism/contracts-ts from 0.15.0 to 0.17.2 #152

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
name: Typecheck
jobs:
typecheck:
name: Typecheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Setup"
uses: ./.github/actions/setup
- name: Run typechecker
run: pnpm typecheck