Skip to content

Commit

Permalink
ci(pre-commit): Remove the Deno hook (#6)
Browse files Browse the repository at this point in the history
<!-- markdownlint-disable MD041 -->

**Issue:** close #

### Checklist

- [ ] This Pull Request introduces a new feature.
- [ ] This Pull Request fixes a bug.

### Description

Because pre-commit.ci can't install Deno runtime.

<!--
A clear and concise description
  - Why did you make this change?
  - Please describe how this method is better than others.
-->

<br />

- [x] I agree to follow the [Code of
Conduct](https://github.com/5ouma/opml-generator/blob/main/.github/CODE_OF_CONDUCT.md).
  • Loading branch information
5ouma committed Mar 9, 2024
1 parent 1a778f6 commit 598278e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,3 @@ repos:
hooks:
- id: shellcheck
args: ["-e", "SC1071,SC1072,SC1073,SC1090,SC1091,SC2015,SC2148,SC2154"]

- repo: https://github.com/nozaq/pre-commit-deno
rev: 0.1.0
hooks:
- id: deno-fmt
- id: deno-lint

0 comments on commit 598278e

Please sign in to comment.