Install Crystal in container-release for linter

This commit is contained in:
syeopite 2021-10-02 16:10:07 +00:00 committed by GitHub
parent 570541ba49
commit 82a1d9dffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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