Skip to content

Actions should do checking #11

@TheEpicBlock

Description

@TheEpicBlock

Deno includes some analysis tools. Running deno run check will execute all three of them:

  • deno fmt --check checks if everything is formatted according to deno fmt
  • deno lint will run a linter
  • deno check **/*.ts **/*.tsx will run typescript type checking

In my personal opinion, formatters/linters can be somewhat annoying, but most of my personal frustration comes from linters that have a bunch of arbitrary rules and no way to auto-fix them, I believe deno can just fix them for you so it's no big deal. Type checking should definitely be done though, that indicates a logic error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions