Skip to content

chore(deps): bump peter-evans/create-issue-from-file from 5 to 6 (#1988) #5336

chore(deps): bump peter-evans/create-issue-from-file from 5 to 6 (#1988)

chore(deps): bump peter-evans/create-issue-from-file from 5 to 6 (#1988) #5336

Workflow file for this run

name: golangci-lint
on:
push:
paths-ignore:
- web-ui
branches:
- main
pull_request:
branches:
- develop
- main
paths-ignore:
- "web-ui/**"
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version: "1.24.5"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.2.2
args: --timeout 15m
golangci-xcclookup:
name: lint-xcclookup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version: "1.24.5"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.2.2
args: --timeout 15m
working-directory: xcclookup
#
# commented out for now as it's not ready for linting
# golangci-icq-relayer:
# name: lint-icq-relayer
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v5
# - uses: actions/setup-go@v5
# with:
# go-version: "1.24.5"
# cache: false
# - name: golangci-lint
# uses: golangci/golangci-lint-action@v8
# with:
# version: v2.2.2
# args: --timeout 15m
# working-directory: icq-relayer