Install Crystal in container-release for linter

pull/2215/head
syeopite 3 years ago committed by GitHub
parent 570541ba49
commit 82a1d9dffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,6 +24,11 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install Crystal
uses: oprypin/install-crystal@v1.2.4
with:
crystal: ${{ matrix.crystal }}
- name: Run lint - name: Run lint
run: | run: |
if ! crystal tool format --check; then if ! crystal tool format --check; then

Loading…
Cancel
Save