summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsyeopite <70992037+syeopite@users.noreply.github.com>2021-10-02 16:10:07 +0000
committerGitHub <noreply@github.com>2021-10-02 16:10:07 +0000
commit82a1d9dffabc75a03443b8f3e463ccfa23b7d882 (patch)
tree69b5ab17e8834f14098ea61dfe8b4c3bbeab1a5f /.github
parent570541ba494cce9e6b82027f8b1a2b45643e19c5 (diff)
downloadinvidious-82a1d9dffabc75a03443b8f3e463ccfa23b7d882.tar.gz
invidious-82a1d9dffabc75a03443b8f3e463ccfa23b7d882.tar.bz2
invidious-82a1d9dffabc75a03443b8f3e463ccfa23b7d882.zip
Install Crystal in container-release for linter
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/container-release.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml
index 13d2e3ae..a6bd39e8 100644
--- a/.github/workflows/container-release.yml
+++ b/.github/workflows/container-release.yml
@@ -24,6 +24,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
+ - name: Install Crystal
+ uses: oprypin/install-crystal@v1.2.4
+ with:
+ crystal: ${{ matrix.crystal }}
+
- name: Run lint
run: |
if ! crystal tool format --check; then