pre-commit/testing/resources/swift_hooks_repo/.pre-commit-hooks.yaml
2020-12-06 13:12:00 -05:00

8 lines
253 B
YAML

---
- id: swift-hooks-repo
name: Swift hooks repo example
description: Runs the hello world app generated by swift package init --type executable (binary called swift_hooks_repo here)
entry: swift_hooks_repo
language: swift
files: \.(swift)$