mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-25 01:07:10 -07:00
chore: initializing trunk
This commit is contained in:
parent
4b6bebaf1c
commit
3de1620f3d
2 changed files with 37 additions and 0 deletions
7
.trunk/.gitignore
vendored
Normal file
7
.trunk/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
*out
|
||||
*logs
|
||||
*actions
|
||||
*notifications
|
||||
plugins
|
||||
user_trunk.yaml
|
||||
user.yaml
|
30
.trunk/trunk.yaml
Normal file
30
.trunk/trunk.yaml
Normal file
|
@ -0,0 +1,30 @@
|
|||
version: 0.1
|
||||
cli:
|
||||
version: 1.0.1
|
||||
plugins:
|
||||
sources:
|
||||
- id: trunk
|
||||
ref: v0.0.5
|
||||
uri: https://github.com/trunk-io/plugins
|
||||
lint:
|
||||
enabled:
|
||||
- git-diff-check
|
||||
- isort@5.10.1
|
||||
- prettier@2.7.1
|
||||
- black@22.10.0
|
||||
- gitleaks@8.15.0
|
||||
- markdownlint@0.32.2
|
||||
- flake8@5.0.4
|
||||
- svgo@3.0.0
|
||||
runtimes:
|
||||
enabled:
|
||||
- go@1.18.3
|
||||
- node@16.14.2
|
||||
- python@3.10.3
|
||||
actions:
|
||||
enabled:
|
||||
- git-lfs
|
||||
- trunk-announce
|
||||
- trunk-check-pre-push
|
||||
- trunk-fmt-pre-commit
|
||||
- trunk-upgrade-available
|
Loading…
Add table
Add a link
Reference in a new issue