feat(protocol/activitypub): rebuild activitypub engine protocol and provider #2233
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint | |
on: | |
push: | |
branches: | |
- main | |
- prod | |
paths-ignore: | |
- "deploy/**" | |
pull_request: | |
paths-ignore: | |
- "deploy/**" | |
jobs: | |
lint: | |
name: Lint | |
runs-on: ubuntu-latest | |
steps: | |
- name: Setup Go | |
uses: actions/setup-go@v5 | |
with: | |
go-version: "1.21" | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: GolangCI Lint | |
uses: golangci/golangci-lint-action@v6 | |
with: | |
version: v1.55.2 |