Skip to content

chore(pip)(deps-dev): bump web3 from 7.15.0 to 7.16.0 in /tests in the all-dependencies group #7

chore(pip)(deps-dev): bump web3 from 7.15.0 to 7.16.0 in /tests in the all-dependencies group

chore(pip)(deps-dev): bump web3 from 7.15.0 to 7.16.0 in /tests in the all-dependencies group #7

Workflow file for this run

name: PR Checks
on:
pull_request:
permissions:
contents: read
jobs:
format_and_typecheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.2.2
- name: Set up Python
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.5.0
with:
python-version: "3.13.11"
- name: Install Poetry
run: python -m pip install poetry
- name: Install dependencies
run: make install-tools
- name: Run format check
run: make format-check
- name: Run type check
run: make typecheck