Skip to content

gitops/upgrade-argocd-rollout-4 #414

gitops/upgrade-argocd-rollout-4

gitops/upgrade-argocd-rollout-4 #414

Workflow file for this run

name: '[QUALITY] pre-commit'
on:
pull_request:
types:
- opened
- edited
- reopened
- ready_for_review
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: actions/[email protected]
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}