We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bbf766 + 3dd1d30 commit f4dcfb8Copy full SHA for f4dcfb8
.github/workflows/linter.yaml
@@ -28,7 +28,7 @@ jobs:
28
python -m pip install --upgrade pip
29
pip install -r requirements.txt -r requirements-test.txt
30
- name: Lint Code Base
31
- uses: super-linter/super-linter@85f7611e0f7b53c8573cca84aa0ed4344f6f6a4d
+ uses: super-linter/super-linter@4e8a7c2bf106c4c766c816b35ec612638dc9b6b2
32
env:
33
DEFAULT_BRANCH: main
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
stale_repos.py
@@ -1,5 +1,5 @@
1
#!/usr/bin/env python
2
-""" Find stale repositories in a GitHub organization. """
+"""Find stale repositories in a GitHub organization."""
3
4
import fnmatch
5
import json
0 commit comments