aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2024-11-04 03:13:06 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2024-11-04 03:13:06 +0000
commitd613c23f5501d597a647f7d06d98c00693d4e435 (patch)
tree89a14069195e82108f3231fbfe1ebe7f6e744b77
parente5d30ee4fbfc61f37f5f3b555ad12f24bcb26509 (diff)
downloadmediasync-d613c23f5501d597a647f7d06d98c00693d4e435.tar
mediasync-d613c23f5501d597a647f7d06d98c00693d4e435.tar.gz
mediasync-d613c23f5501d597a647f7d06d98c00693d4e435.zip
Add Elixir to CI pipeline
-rw-r--r--.github/workflows/check.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index e66b828..de13b10 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -9,5 +9,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "22"
+ - uses: erlef/setup-beam@v1
+ with:
+ otp-version: "27.x"
+ elixir-version: "1.17"
- run: npm ci --include=dev
- run: npx prettier . --check
+ - run: mix format --check-formatted