Merge pull request #261 from dbernazal/elixir-support

Elixir Support
This commit is contained in:
Michael Panchenko
2025-07-06 00:13:27 +02:00
committed by GitHub
29 changed files with 2482 additions and 0 deletions
+7
View File
@@ -36,6 +36,13 @@ jobs:
- name: Install gopls
shell: bash
run: go install golang.org/x/tools/gopls@latest
- name: Set up Elixir
if: runner.os != 'Windows'
uses: erlef/setup-beam@v1
with:
elixir-version: '1.18.4'
otp-version: '26.1'
- name: Prepare java
uses: actions/setup-java@v3
with: