Skip to content

Commit

Permalink
Merge branch 'main' into x-participationrewards-centralize-GetProtoco…
Browse files Browse the repository at this point in the history
…lData+UnmarshalProtocolData
  • Loading branch information
odeke-em authored Jun 29, 2024
2 parents 79a0d1b + 8ce9762 commit aba5a49
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

Expand Down
8 changes: 4 additions & 4 deletions PAID_BOUNTIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aba5a49

Please sign in to comment.