Skip to content

Commit

Permalink
Fix ameba compilation and run (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgkrsk authored Jul 14, 2023
1 parent 4b3df35 commit 859813f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: trailing-whitespace
- id: check-added-large-files
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.29.0
rev: v1.32.0
hooks:
- id: yamllint
args: [--format, parsable]
Expand Down
2 changes: 1 addition & 1 deletion shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ version: 2.0
shards:
ameba:
git: https://github.com/crystal-ameba/ameba.git
version: 1.4.0
version: 1.4.3+git.commit.a33f98624a30a62cdf03affe32e7469ab2287f9f
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ executables:
development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 1.4.0
branch: master

0 comments on commit 859813f

Please sign in to comment.