diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index e34d8a6..8159102 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -14,4 +14,4 @@ jobs: - run: pip install -r requirements.txt - - run pylint app \ No newline at end of file + - run: pylint app \ No newline at end of file