Skip to content

Commit

Permalink
Lint more (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Dec 21, 2022
1 parent c6a2d77 commit d399717
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,15 @@ jobs:
- uses: golangci/golangci-lint-action@v3
- run: go test -race -covermode atomic -coverprofile coverage.txt
- uses: codecov/codecov-action@v3
spell_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
files: "**/*.{md,go}"
readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npx markdown-link-check README.md

0 comments on commit d399717

Please sign in to comment.