Merge pull request #158 from ipnet-mesh/chore/fix-actions

Updates
This commit is contained in:
JingleManSweep
2026-04-19 21:55:06 +01:00
committed by GitHub
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*"