Skip to content

Added linter for checking if latest changes to Argo CD are already available in the PR #1

Added linter for checking if latest changes to Argo CD are already available in the PR

Added linter for checking if latest changes to Argo CD are already available in the PR #1

Workflow file for this run

name: Lint Argo CD CRDs
on:
pull_request:
branches:
- 'master'
- 'release-*'
- 'rhos-*'
jobs:
lint_code:
name: Run golangci-lint on PR
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run linter
run: make lint-argocd-crds