Skip to content

chore(preview-env/create): Add a retry logic to the argocd wait command #135

chore(preview-env/create): Add a retry logic to the argocd wait command

chore(preview-env/create): Add a retry logic to the argocd wait command #135

Workflow file for this run

---
name: pre-commit
on:
pull_request:
branches: ['**']
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v2
- run: |
echo "::add-matcher::.github/actionlint-matcher.json"
- uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files --verbose