Skip to content

Bump micromatch from 4.0.5 to 4.0.8 in /swift_browser_ui_frontend #309

Bump micromatch from 4.0.5 to 4.0.8 in /swift_browser_ui_frontend

Bump micromatch from 4.0.5 to 4.0.8 in /swift_browser_ui_frontend #309

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pip install mypy .[dev]
- uses: pre-commit/[email protected]