This repository was archived by the owner on May 13, 2025. It is now read-only.
feat(hermes): add support for hermes v0.9.0 #72
Workflow file for this run
This file contains hidden or 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: Pre-commit checks | |
| on: | |
| pull_request: | |
| push: | |
| branches: [main] | |
| jobs: | |
| pre-commit: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: actions/setup-python@v2 | |
| - name: Install Helm Docs | |
| uses: envoy/install-helm-docs@v1.0.0 | |
| with: | |
| version: 1.13.1 | |
| - uses: pre-commit/action@v2.0.3 |