cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
f47d13aed969c0f733659b8a8be7c6468f5e11ec
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2025-04-03T01:48:10Z
.github/workflows/pylint.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) @@ -1,6 +1,9 @@ name: Pylint -on: [push] +on: + push: + paths: + - '**.py' jobs: build: