Skip to content

Commit

Permalink
chore: fix ci (nameserver-systems#298)
Browse files Browse the repository at this point in the history
* chore: disable super linter

* chore: fix author string
  • Loading branch information
linxside authored Nov 6, 2023
1 parent eb114c1 commit b1d0e29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pdns-distribute-docs"
version = "0.1.0"
description = "This file contaions requirements for the pdns-distribute documentation"
authors = ["linxside <noreply@linxsi.de"]
authors = ["linxside <noreply@linxsi.de>"]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit b1d0e29

Please sign in to comment.