Skip to content

Commit

Permalink
chore: fix failing lint CI job on main (#1021)
Browse files Browse the repository at this point in the history
See
https://github.com/denoland/deno_core/actions/runs/12589761265/job/35090134069

Looks like #1008 missed a file, don't know why CI passed in the PR
though 🤔
  • Loading branch information
nathanwhit authored Jan 3, 2025
1 parent 687dad7 commit 0cc3790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
// Copyright 2018-2025 the Deno authors. MIT license.

// deno-lint-ignore-file no-explicit-any
type Thing = {
name: string;
Expand Down

0 comments on commit 0cc3790

Please sign in to comment.