Skip to content

add ton api example #170

add ton api example

add ton api example #170

Triggered via pull request October 16, 2024 15:21
Status Failure
Total duration 1m 54s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
test: examples/swaps-api-nextjs-ton/src/app/api/ton-connect/route.ts#L5
NEXT_PUBLIC_APP_URL is not listed as a dependency in the root turbo.json or workspace () turbo.json
test: examples/swaps-api-nextjs-ton/src/app/api/ton-connect/route.ts#L6
NEXT_PUBLIC_APP_NAME is not listed as a dependency in the root turbo.json or workspace () turbo.json
test: examples/swaps-api-nextjs-ton/src/app/api/ton-connect/route.ts#L7
NEXT_PUBLIC_APP_URL is not listed as a dependency in the root turbo.json or workspace () turbo.json
test: examples/swaps-api-nextjs-ton/src/components/Swap.tsx#L901
'formatTonTxHash' is defined but never used. Allowed unused vars must match /^_/u
test: examples/swaps-api-nextjs-ton/src/components/Swap.tsx#L913
'sha256' is defined but never used. Allowed unused vars must match /^_/u
test: examples/swaps-api-nextjs-ton/src/components/Swap.tsx#L913
'arg0' is defined but never used. Allowed unused args must match /^_/u
test
swaps-api-nextjs-ton#lint: command (/home/runner/work/examples/examples/examples/swaps-api-nextjs-ton) /tmp/xfs-7125a5f1/yarn run lint --quiet exited (1)
test
Process completed with exit code 1.
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/