Rationalize search API HTTP error codes and add hosts and v2 contracts to search #611
Workflow file for this run
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 & Test | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
env: | |
CGO_ENABLED: 1 | |
jobs: | |
test: | |
uses: SiaFoundation/workflows/.github/workflows/go-test.yml@master | |
analyze: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Jape Analyzer | |
uses: SiaFoundation/action-golang-analysis@HEAD | |
with: | |
analyzers: | | |
go.sia.tech/jape.Analyzer@master | |
directories: | | |
api |