Skip to content

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /www #367

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /www

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /www #367

Workflow file for this run

name: Indexer Tests
on:
push:
branches: ["main"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11.0-alpha - 3.11"
cache: "pip"
cache-dependency-path: "www/package-lock.json"
- name: Install hatch
run: python -m pip install hatch
- name: Run tests
run: python -m hatch run cov
- name: Type check
run: python -m hatch run check-types