Skip to content

fix: add users:read to user token scopes for DM resolution #20

fix: add users:read to user token scopes for DM resolution

fix: add users:read to user token scopes for DM resolution #20

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.25"
- run: go test ./...
- run: go vet ./...
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.25"
- run: go build -o /dev/null ./cmd/slackbuzz