Skip to content

feat(events): ability to define image pull secrets for the events chart #7

feat(events): ability to define image pull secrets for the events chart

feat(events): ability to define image pull secrets for the events chart #7

Workflow file for this run

name: pre-commit
on:
pull_request:
branches:
- main
jobs:
lint-pr-title:
name: Validate PR titles
runs-on: ubuntu-latest
if: ${{ github.actor != 'pull[bot]' }}
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: gabe565/setup-helm-docs-action@v1
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}