Skip to content

Update xcclookup

Update xcclookup #5238

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@v4
- 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.1.2
args: --timeout 15m
golangci-xcclookup:
name: lint-xcclookup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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.1.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@v4
# - 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.1.2
# args: --timeout 15m
# working-directory: icq-relayer