Skip to content

beacon: update app version and config (#25) #56

beacon: update app version and config (#25)

beacon: update app version and config (#25) #56

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.11.3
- uses: pre-commit/action@v2.0.3