Skip to content

Commit

Permalink
Test problem matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Nov 27, 2024
1 parent c17736d commit 99c3b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- uses: r7kamura/setup-deno@problem-matchers
with:
deno-version: v1.x
- run: deno fmt --check src/**/*.ts
Expand Down
2 changes: 1 addition & 1 deletion src/github.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { github } from "./deps.ts";
import { performance } from "node:perf_hooks";
import { Performance, performance } from "node:perf_hooks";

Check failure on line 2 in src/github.ts

View workflow job for this annotation

GitHub Actions / lint

`Performance` is never used

// Workaround for deno compatibility issue on undici:
// deno-lint-ignore no-explicit-any
Expand Down

0 comments on commit 99c3b06

Please sign in to comment.