Skip to content

Update module github.com/projectsyn/lieutenant-operator to v1.11.6 #858

Update module github.com/projectsyn/lieutenant-operator to v1.11.6

Update module github.com/projectsyn/lieutenant-operator to v1.11.6 #858

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- master
jobs:
linting:
runs-on: ubuntu-latest
strategy:
matrix:
command:
- lint_yaml
- docs-vale
steps:
- uses: actions/checkout@v4
- name: Run ${{ matrix.command }}
run: make ${{ matrix.command }}
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Generate
run: make generate
- name: Validate
run: make validate
- name: No diff
run: git diff --exit-code
- name: Build image
run: make docker
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate Docs
run: make docs-vale