Skip to content

Commit d1aaa83

Browse files
committed
init
1 parent 902318a commit d1aaa83

10 files changed

+32425
-48
lines changed

.trunk/trunk.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ lint:
3232
- trufflehog@3.86.0
3333
- trunk-toolbox@0.5.4
3434
- yamllint@1.35.1
35+
ignore:
36+
- linters: [ALL]
37+
paths:
38+
- dist
3539
actions:
3640
definitions:
3741
- id: test-pre-push

action.yaml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,5 @@ inputs:
4949
required: false
5050

5151
runs:
52-
using: composite
53-
steps:
54-
- name: Upload test results
55-
run: ${GITHUB_ACTION_PATH}/script.sh ${{ inputs.run }}
56-
shell: bash
57-
env:
58-
JUNIT_PATHS: ${{ inputs.junit-paths }}
59-
ORG_URL_SLUG: ${{ inputs.org-slug }}
60-
INPUT_TOKEN: ${{ inputs.token }}
61-
REPO_HEAD_BRANCH: ${{ inputs.repo-head-branch }}
62-
REPO_ROOT: ${{ inputs.repo-root }}
63-
TAGS: ${{ inputs.tags }}
64-
CLI_VERSION: ${{ inputs.cli-version }}
65-
TEAM: ${{ inputs.team }}
66-
QUARANTINE: ${{ inputs.quarantine }}
67-
XCRESULT_PATH: ${{ inputs.xcresult-path }}
68-
ALLOW_MISSING_JUNIT_FILES: ${{ inputs.allow-missing-junit-files }}
69-
BAZEL_BEP_PATH: ${{ inputs.bazel-bep-path }}
70-
PR_TITLE: ${{ github.event.pull_request.title }}
71-
HIDE_BANNER: ${{ inputs.hide-banner }}
52+
using: node20
53+
main: dist/index.js

0 commit comments

Comments
 (0)