Skip to content

chore(deps): update anthropics/claude-code-action action to v1.0.190 … #272

chore(deps): update anthropics/claude-code-action action to v1.0.190 …

chore(deps): update anthropics/claude-code-action action to v1.0.190 … #272

Workflow file for this run

name: mypy
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
mypy:
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
with:
cache-dependency-glob: "uv.lock"
cache-suffix: mypy
- run: uv run mypy custom_components/cpu_capacity