Skip to content

Commit

Permalink
Update trunk-check.yml (#499)
Browse files Browse the repository at this point in the history
* Update trunk-check.yml

Signed-off-by: Sall <[email protected]>

* [fix]: rclone action
	modified:   .github/workflows/rclone-action.yml
	modified:   .trunk/trunk.yaml

---------

Signed-off-by: Sall <[email protected]>
Co-authored-by: Salvydas Lukosius <[email protected]>
  • Loading branch information
ss-o and ss-o authored Oct 14, 2023
1 parent 624cbd8 commit 94c1450
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rclone-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sync:
if: github.repository == 'z-shell/wiki'
runs-on: ubuntu-latest
environment: R2
environment: R2
env:
img_local_path: "static/img"
img_remote_path: "r2store:r2-store/img"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trunk-check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "⭕ Trunk"
name: "⭕ Trunk [check]"
on:
push:
branches: [main]
Expand Down
8 changes: 4 additions & 4 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 0.1
cli:
version: 1.16.0
version: 1.17.0
repo:
repo:
host: github.com
Expand All @@ -10,7 +10,7 @@ plugins:
sources:
- id: trunk
uri: https://github.com/trunk-io/plugins
ref: v1.2.3
ref: v1.2.5
import_to_global: true
merge:
required_statuses:
Expand All @@ -27,12 +27,12 @@ lint:
enabled:
- [email protected]
- [email protected]
- oxipng@8.0.0
- oxipng@9.0.0
- [email protected]
- [email protected]
- git-diff-check@SYSTEM
- [email protected]
- eslint@8.50.0
- eslint@8.51.0
- [email protected]
- [email protected]
- [email protected]
Expand Down

0 comments on commit 94c1450

Please sign in to comment.