Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Bump github.com/slack-go/slack from 0.13.0 to 0.14.0 #254

Bump github.com/slack-go/slack from 0.13.0 to 0.14.0

Bump github.com/slack-go/slack from 0.13.0 to 0.14.0 #254

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest