Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseymills committed Nov 6, 2024
1 parent 1e4725e commit 0c1f7fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:
runs-on: ubuntu-22.04
name: lint
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.20'
cache: false
- uses: actions/checkout@v4
with:
# NOTE: Because we are a fork,
# we must fetch all history for all branches
# and tags.
fetch-depth: '0'
fetch-depth: 0
- name: golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
version: v1.52.2
- uses: actions/setup-go@v5
with:
go-version: '1.20'
cache: false
1 change: 1 addition & 0 deletions socketmode/socketmode_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package socketmode

import (
"context"

"github.com/slack-go/slack"
"github.com/slack-go/slack/slackevents"
)
Expand Down

0 comments on commit 0c1f7fe

Please sign in to comment.