Skip to content

Update module github.com/bombsimon/logrusr/v3 to v4 #81

Update module github.com/bombsimon/logrusr/v3 to v4

Update module github.com/bombsimon/logrusr/v3 to v4 #81

Workflow file for this run

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