diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index 93742e0..561b170 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - name: Run Super-Linter - uses: github/super-linter@v3 + uses: github/super-linter@v4 env: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/main.py b/main.py index cbe10a1..9f5415e 100644 --- a/main.py +++ b/main.py @@ -1,7 +1,6 @@ def hello(): print("hi") - def bye(): print("bye")