mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Install Crystal in container-release for linter
This commit is contained in:
parent
570541ba49
commit
82a1d9dffa
1 changed files with 5 additions and 0 deletions
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 a new issue