summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsyeopite <70992037+syeopite@users.noreply.github.com>2025-01-22 18:32:35 +0000
committerGitHub <noreply@github.com>2025-01-22 18:32:35 +0000
commitbfa6da2474cfb3767b1b0913b53aa27f74e3f9a0 (patch)
tree1720f1acc14a793b4005707ae00ea06018c1c94e /.github
parentb13f77b5afe72b5258d2a9484833a7b7e0fd0944 (diff)
parent097b4f04333f90028d8052cf4cf4a1f1126cedcc (diff)
downloadinvidious-bfa6da2474cfb3767b1b0913b53aa27f74e3f9a0.tar.gz
invidious-bfa6da2474cfb3767b1b0913b53aa27f74e3f9a0.tar.bz2
invidious-bfa6da2474cfb3767b1b0913b53aa27f74e3f9a0.zip
Make Invidious compliant to Crystal 1.15 formatting rules (#5014)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dd472d1a..cebc0602 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -136,6 +136,7 @@ jobs:
submodules: true
- name: Install Crystal
+ id: lint_step_install_crystal
uses: crystal-lang/install-crystal@v1.8.0
with:
crystal: latest
@@ -146,7 +147,7 @@ jobs:
path: |
./lib
./bin
- key: shards-${{ hashFiles('shard.lock') }}
+ key: shards-${{ hashFiles('shard.lock') }}-${{ steps.lint_step_install_crystal.outputs.crystal }}
- name: Install Shards
run: |