diff --git a/.github/workflows/golangci.yml b/.github/workflows/golangci.yml index 60f282236..f25f9cc4f 100644 --- a/.github/workflows/golangci.yml +++ b/.github/workflows/golangci.yml @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a2995bebb..6537b045a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ And if you like the project, but just don't have time to contribute, that's fine ## Code of Conduct This project and everyone participating in it is governed by the -[Quicksilver Protocol Code of Conduct](blob/main/CODE_OF_CONDUCT.md). +[Quicksilver Protocol Code of Conduct](./CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to . diff --git a/PAID_BOUNTIES.md b/PAID_BOUNTIES.md index 282447a55..3ff94eb1e 100644 --- a/PAID_BOUNTIES.md +++ b/PAID_BOUNTIES.md @@ -22,11 +22,11 @@ The evaluation of a change is the sole discretion of the Quicksilver maintainers ## Getting started Please use these steps as a guide to get you started: -- [ ] Read through [CONTRIBUTING.md](./blob/main/CONTRIBUTING.md) -- [ ] Read and understand our [CODE OF CONDUCT](./blob/main/CODE_OF_CONDUCT.md) +- [ ] Read through [CONTRIBUTING.md](./CONTRIBUTING.md) +- [ ] Read and understand our [CODE OF CONDUCT](./CODE_OF_CONDUCT.md) - [ ] Accept our Contributor License Agreement and agree to bring in only original changes that you have the correct rights to, please do not bring in contributions that contravene our license nor intellectual property not owned by you -- [ ] Read through [ROADMAP.md](./blob/main/ROADMAP.md) -- [ ] Read through the [Google Go style guide](https://google.github.io/styleguide/go/guide/) +- [ ] Read through [ROADMAP.md](./ROADMAP.md) +- [ ] Read through the [Google Go style guide](https://google.github.io/styleguide/go/guide) - [ ] Read through the open issues - [ ] Watch out for issues & pull requests that may be labelled "Eligible for Bounty" - [ ] Read through open pull requests