Skip to content

Commit

Permalink
ci: re-lint workflows after deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Sep 28, 2023
1 parent 666cf1f commit a7f3c0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@ jobs:
if: github.ref == 'refs/heads/master'
run: |
kubectl apply -f config/*.yml --namespace argo
# Re-lint the workflows after deployment because their dependencies is test with deployement.
- name: Re-Lint workflows
run: |
./argo-linux-amd64 lint templates/ -n argo
./argo-linux-amd64 lint workflows/ -n argo

0 comments on commit a7f3c0b

Please sign in to comment.