Skip to content

chore(deps): bump undici and @sveltejs/kit in /apps/maps #7786

chore(deps): bump undici and @sveltejs/kit in /apps/maps

chore(deps): bump undici and @sveltejs/kit in /apps/maps #7786

Workflow file for this run

name: Lint and style checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.11.7'
- uses: pre-commit/action@v3.0.0
- uses: crate-ci/typos@master
with:
files: ./docs/**
- uses: snok/install-poetry@v1
- name: mypy ci
working-directory: ci
run: |
poetry install
poetry run mypy tasks.py --check-untyped-def