Skip to content

Commit

Permalink
Point tests to new release of cli (#170)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TylerJang27 committed Feb 17, 2023
1 parent 67830ed commit 0a7890d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
version: 0.1

cli:
version: 1.4.2-beta.8
version: 1.4.3-beta.2

plugins:
sources:
- id: trunk
uri: https://github.com/trunk-io/plugins
ref: 454583aa8bb4d092db343c7c4a71a72a19938768 # run the plugins repo at its own latest commit
local: .

runtimes:
enabled:
Expand Down Expand Up @@ -80,7 +79,6 @@ actions:
- repo-tests
- linter-test-helper
- trunk-announce
- toggle-local
- trunk-cache-prune
- trunk-upgrade-available
- trunk-check-pre-push
Expand Down
2 changes: 0 additions & 2 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ plugins:
local: </path/to/repo/root>
```

Run `trunk run toggle-local` to quickly toggle this setting in this repo.

Adding a plugin source lets users run `trunk check enable` or `trunk actions enable` with linters
and actions defined in that plugin. For more information, see our
[docs](https://docs.trunk.io/docs/plugins).
Expand Down

0 comments on commit 0a7890d

Please sign in to comment.