Skip to content
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

feat(hermes): add support for hermes v0.9.0

feat(hermes): add support for hermes v0.9.0 #72

Workflow file for this run

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