Skip to content

Commit

Permalink
pre-commit update
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksaC committed Jun 4, 2024
1 parent 3b6ed57 commit 5f853ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lighthouse-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ defaults:
working-directory: website

jobs:
# TODO: create reusable job for mobile and desktop
ligthouse-ci-mobile:
runs-on: ubuntu-22.04
env:
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
args: [--cache]
Expand All @@ -23,7 +23,7 @@ repos:
- json

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.27.2
rev: 0.28.4
hooks:
- id: check-github-workflows

Expand All @@ -50,7 +50,7 @@ repos:
entry: pnpm --silent --prefix website typecheck

- repo: https://github.com/errata-ai/vale
rev: v2.29.7
rev: v3.4.2
hooks:
- id: vale
types_or:
Expand Down
File renamed without changes.

0 comments on commit 5f853ff

Please sign in to comment.