This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
chnage ethereum json rpc to erigon from geth blockscout #477
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: Helm lint | |
on: | |
pull_request: | |
paths: | |
- 'kubernetes/**' | |
- '.tool-versions' | |
- '.github/actions/**' | |
- '.github/workflows/lint-helm.yaml' | |
push: | |
branches: | |
- master | |
paths: | |
- 'kubernetes/**' | |
- '.tool-versions' | |
- '.github/actions/**' | |
- '.github/workflows/lint-helm.yaml' | |
jobs: | |
job: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ./.github/actions/setup | |
- name: Lint | |
run: > | |
helm lint kubernetes/*/* |