Skip to content

chore(deps): bump github.com/slack-go/slack from 0.13.0 to 0.14.0 #21

chore(deps): bump github.com/slack-go/slack from 0.13.0 to 0.14.0

chore(deps): bump github.com/slack-go/slack from 0.13.0 to 0.14.0 #21

Workflow file for this run

---
name: reviewdog
on: [pull_request]
jobs:
staticcheck:
name: runner / staticcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.21"
- uses: reviewdog/action-staticcheck@v1
with:
github_token: ${{ secrets.github_token }}
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
reporter: github-pr-review
# Report all results.
filter_mode: nofilter
# Exit with 1 when it find at least one finding.
fail_on_error: true