cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
b11358529b7f74390f03435b669806e8d3411b55
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2024-12-27T16:24:27Z
.github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pylint locale pandas plotly + pip install pylint pandas plotly - name: Analysing the code with pylint run: | pylint $(git ls-files '*.py')