-
Notifications
You must be signed in to change notification settings - Fork 7
40 lines (35 loc) · 984 Bytes
/
argo-build.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]>
# SPDX-License-Identifier: Apache-2.0
---
name: Argo / Build
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- master
paths:
- "gitops/argocd/**"
- ".github/actions/tools/**"
# push:
# branches:
# - master
# paths:
# - 'gitops/argocd/clusters/**'
# - 'gitops/argocdcd/kubernetes/**'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
k8s_version: [v1.18.2-k3s1]
steps:
- name: Monitor Actions
uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup tools
uses: ./.github/actions/tools
- name: Argo-CD validate
run: |
./hack/scripts/gitops-validate.sh argocd gitops/argocd