We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See: https://github.com/denoland/fresh/actions/runs/11965587126/job/33359840811?pr=2770
I added 2.0.x to the CI test matrix:
@@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - deno: ["v2.x", "canary"] + deno: ["v2.x", "v2.0.x", "canary"]
2.0 passes, but 2.1 fails, with code that is unrelated to the PR.
The issue appears to be with ./init/src/init_test.ts, where deno task check is erroring with:
./init/src/init_test.ts
deno task check
Task check deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx error: No target files found.
but haven't dug deeper than that.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See: https://github.com/denoland/fresh/actions/runs/11965587126/job/33359840811?pr=2770
I added 2.0.x to the CI test matrix:
2.0 passes, but 2.1 fails, with code that is unrelated to the PR.
The issue appears to be with
./init/src/init_test.ts
, wheredeno task check
is erroring with:but haven't dug deeper than that.
The text was updated successfully, but these errors were encountered: