Skip to content

chore(deps): bump github.com/ctreminiom/go-atlassian from 1.5.0 to 1.… #155

chore(deps): bump github.com/ctreminiom/go-atlassian from 1.5.0 to 1.…

chore(deps): bump github.com/ctreminiom/go-atlassian from 1.5.0 to 1.… #155

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.19.*'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=5m