Skip to content

Commit

Permalink
Define git-lfs in the plugins repo under actions (#15)
Browse files Browse the repository at this point in the history
Define git-lfs in the plugins actions repo. 

They'll be double defined for a bit - but namespace resolution would kick in for now until we have hoisting and then it'll be a conflict that needs resolution. In the meantime the docs point to this as an example so thought it should be in there.
  • Loading branch information
EliSchleifer authored Aug 25, 2022
1 parent 6b7657a commit c5dd1cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ actions:
run: commitlint --edit ${1}
triggers:
- git_hooks: [commit-msg]
- id: git-lfs
display_name: Git LFS
description: Git LFS hooks
run: git lfs "${hook}" "${@}"
triggers:
- git_hooks: [post-checkout, post-commit, post-merge, pre-push]
lint:
definitions:
# Inserts "#pragma once" if it wasn't there
Expand Down

0 comments on commit c5dd1cd

Please sign in to comment.