From 88f2aa3b981b51da7ecb8bb594ce65b299a3bc52 Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Wed, 3 Apr 2024 16:40:30 +0300 Subject: [PATCH] fix ameba on ci --- .github/workflows/crystal.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/crystal.yml b/.github/workflows/crystal.yml index f79b623..dc56ee7 100644 --- a/.github/workflows/crystal.yml +++ b/.github/workflows/crystal.yml @@ -24,6 +24,8 @@ jobs: uses: crystal-lang/install-crystal@v1 - name: Check out repository code uses: actions/checkout@v4 + - name: Install dependencies + run: shards install - name: Crystal Ameba Linter run: ./bin/ameba