diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 0fe28d8c..eee62f27 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -31,12 +31,4 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: latest - - - name: Lint Code Base - continue-on-error: true - uses: github/super-linter/slim@v5 - env: - VALIDATE_ALL_CODEBASE: true - DEFAULT_BRANCH: main - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + version: latest \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index cff63079..26d88302 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "pdns-distribute-docs" version = "0.1.0" description = "This file contaions requirements for the pdns-distribute documentation" -authors = ["linxside "] [tool.poetry.dependencies] python = "^3.8"