Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #312 from fao89/pdocs
Browse files Browse the repository at this point in the history
Add make docs to pre-commit
  • Loading branch information
openshift-merge-bot[bot] authored Feb 13, 2024
2 parents 90914fe + 5c334e3 commit 8dbf9a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- main
paths:
- .github/workflows/docs*
- api/v1beta1/**
- docs/**
- Gemfile
jobs:
Expand Down
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ repos:
entry: make
args: ['operator-lint']
pass_filenames: false
- id: make-docs
name: make-docs
language: system
entry: make
args: ['docs']
pass_filenames: false

- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.5.1
Expand Down

0 comments on commit 8dbf9a7

Please sign in to comment.