Skip to content

Commit 0a7890d

Browse files
authored
Point tests to new release of cli (#170)
This should make things green again, now that the dependency ordering is sorted out. Also points the plugin source to `.`, and we can eventually delete the `toggle-local` action.
1 parent 67830ed commit 0a7890d

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.trunk/trunk.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
version: 0.1
22

33
cli:
4-
version: 1.4.2-beta.8
4+
version: 1.4.3-beta.2
55

66
plugins:
77
sources:
88
- id: trunk
9-
uri: https://github.com/trunk-io/plugins
10-
ref: 454583aa8bb4d092db343c7c4a71a72a19938768 # run the plugins repo at its own latest commit
9+
local: .
1110

1211
runtimes:
1312
enabled:
@@ -80,7 +79,6 @@ actions:
8079
- repo-tests
8180
- linter-test-helper
8281
- trunk-announce
83-
- toggle-local
8482
- trunk-cache-prune
8583
- trunk-upgrade-available
8684
- trunk-check-pre-push

contributing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ plugins:
3131
local: </path/to/repo/root>
3232
```
3333
34-
Run `trunk run toggle-local` to quickly toggle this setting in this repo.
35-
3634
Adding a plugin source lets users run `trunk check enable` or `trunk actions enable` with linters
3735
and actions defined in that plugin. For more information, see our
3836
[docs](https://docs.trunk.io/docs/plugins).

0 commit comments

Comments
 (0)