Skip to content

Get rid of argocd/config-management-plugin, add a test applicationset, switch argocd image to latest (2.8.0-rc7) #95

Get rid of argocd/config-management-plugin, add a test applicationset, switch argocd image to latest (2.8.0-rc7)

Get rid of argocd/config-management-plugin, add a test applicationset, switch argocd image to latest (2.8.0-rc7) #95

Workflow file for this run

name: Lint
on:
pull_request:
paths-ignore:
- 'README.md'
- '**/README.md'
- '.github/**'
jobs:
lint:
name: Lint YAML
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: "0"
- uses: ibiqlik/action-yamllint@v3
with:
config_data: "{extends: default, rules: {line-length: disable}}"