Skip to content

Commit

Permalink
Use latest release of ameba (not main) in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Dec 12, 2024
1 parent 256e916 commit 2fa15df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,11 @@ jobs:
continue-on-error: true
container: 84codes/crystal:latest-ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Checkout ameba
- name: Checkout
uses: actions/checkout@v4
with:
repository: crystal-ameba/ameba
path: ameba
- name: Build ameba
run: make -C ameba
- run: shards install
- name: Run ameba
run: ameba/bin/ameba src spec
run: bin/ameba src spec

lint-js:
name: Lint javascript
Expand Down
2 changes: 1 addition & 1 deletion shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.0
shards:
ameba:
git: https://github.com/crystal-ameba/ameba.git
version: 1.6.3
version: 1.6.4

amq-protocol:
git: https://github.com/cloudamqp/amq-protocol.cr.git
Expand Down

0 comments on commit 2fa15df

Please sign in to comment.