Skip to content

Commit

Permalink
chore: add golang-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalNoob02 committed Aug 26, 2024
1 parent 7f7f8ae commit db6b566
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Continuous Integration

on:
workflow_dispatch:
push:
pull_request:

jobs:
Expand All @@ -29,5 +28,8 @@ jobs:
uses: reviewdog/action-golangci-lint@v2
with:
reporter: github-pr-review
golangci_lint_flags: "--enable-all --exclude-use-default=false"
github_token: ${{ secrets.GITHUB_TOKEN }}
filter-mode: diff_context
fail_on_error: true
level: error
golangci_lint_flags: --out-format=line-number
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit db6b566

Please sign in to comment.