Skip to content

Commit

Permalink
ci(icq-relayer): run golangci on pull request related to icq-relayer (#…
Browse files Browse the repository at this point in the history
…1674)

* add icq-relayer

* revert delete comment
  • Loading branch information
tuantran1702 authored Jun 29, 2024
1 parent 5fd3a24 commit 0f60fbe
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
@@ -6,16 +6,17 @@ on:
branches:
- main
pull_request:
paths-ignore:
- web-ui
branches:
- develop
- main
paths-ignore:
- 'web-ui/**'
pull_request:
paths:
- 'icq-relayer/**'

permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read

jobs:
golangci:
@@ -30,9 +31,6 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
# Require: The version of golangci-lint to use.
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
version: v1.57.2
args: --timeout 15m
# Optional: working directory, useful for monorepos

0 comments on commit 0f60fbe

Please sign in to comment.