Skip to content

build(deps): bump @sentry/nextjs from 7.58.1 to 7.77.0 #133

build(deps): bump @sentry/nextjs from 7.58.1 to 7.77.0

build(deps): bump @sentry/nextjs from 7.58.1 to 7.77.0 #133

Workflow file for this run

name: Build Validator
on:
workflow_dispatch:
pull_request:
paths:
- 'validator/**'
jobs:
release:
name: Test validator
runs-on: ubuntu-latest
defaults:
run:
working-directory: validator
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip3 install -r requirements.txt
- name: Run tests
run: |
pytest --verbose
- name: Run type checker
run: |
mypy .