Skip to content

build(deps-dev): bump typechain from 8.1.1 to 8.3.2 #231

build(deps-dev): bump typechain from 8.1.1 to 8.3.2

build(deps-dev): bump typechain from 8.1.1 to 8.3.2 #231

Workflow file for this run

name: Continuous integration
on:
push:
branches:
- main
pull_request:
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: test
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: ./.github/workflows/release.yml
secrets: inherit