This commit is contained in:
Louis King
2026-04-19 21:52:10 +01:00
parent 19ac2f8aa1
commit 0d6c79797e
2 changed files with 9 additions and 3 deletions
+4 -1
View File
@@ -12,7 +12,10 @@ on:
- ".python-version"
- "pyproject.toml"
- ".pre-commit-config.yaml"
- ".github/workflows/**"
- "AGENTS.md"
- "README.md"
- ".agents/**"
- ".github/**"
jobs:
lint:
+5 -2
View File
@@ -10,8 +10,11 @@ on:
- ".python-version"
- "pyproject.toml"
- "Dockerfile"
- "docker-compose.yml"
- ".github/workflows/**"
- "docker-compose.*.yml"
- "AGENTS.md"
- "README.md"
- ".agents/**"
- ".github/**"
tags:
- "v*"