forked from midou/invidious
Install Crystal in container-release for linter
This commit is contained in:
parent
570541ba49
commit
82a1d9dffa
5
.github/workflows/container-release.yml
vendored
5
.github/workflows/container-release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user