Skip to content

Commit

Permalink
chore: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeAeich committed May 24, 2024
1 parent 44e3bae commit 44d2896
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validation_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ jobs:
run: git --no-pager grep "<<<<<<<" ":(exclude).github/" || true
- name: Fail or succeed job if any files with merge conflict markers
run: exit $(git grep "<<<<<<<" ":(exclude).github/" | wc --lines)

# TODO: Add when cache PR is merged
# pre-commit:
# name: Pre-commit checks

0 comments on commit 44d2896

Please sign in to comment.