Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test skip check 2 #222

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- name: Trunk Check
uses: ./ # external users, use: trunk-io/trunk-action@v1
uses: trunk-io/trunk-action@97ecd21fe6c743bf7a606791584b683a7995c70e

action_tests:
name: Action tests
Expand Down
2 changes: 1 addition & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 0.1

cli:
version: 1.19.0
version: 1.18.1

plugins:
sources:
- id: trunk

Check failure on line 8 in .trunk/trunk.yaml

View check run for this annotation

Trunk-Staging.io / Trunk Check

trunk(config-error)

[trunk] not loaded. Requires trunk version '>=1.18.2-beta.7'

Check failure on line 8 in .trunk/trunk.yaml

View workflow job for this annotation

GitHub Actions / Trunk Check

trunk(config-error)

[trunk] not loaded. Requires trunk version '>=1.18.2-beta.7'
ref: v1.4.2
uri: https://github.com/trunk-io/plugins
- id: configs
Expand Down
1 change: 1 addition & 0 deletions new.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cd $1
Loading