diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/check.yml | 5 |
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 |