diff --git a/.gitea/workflows/code-format.yaml b/.gitea/workflows/code-format.yaml index 433d807..17f89f3 100644 --- a/.gitea/workflows/code-format.yaml +++ b/.gitea/workflows/code-format.yaml @@ -15,6 +15,9 @@ jobs: otp-version: '28' elixir-version: '1.18' + - name: Install dependencies + run: mix deps.get + - name: Check format run: mix format --check-formatted diff --git a/.github/workflows/code-format.yaml b/.github/workflows/code-format.yaml index 433d807..17f89f3 100644 --- a/.github/workflows/code-format.yaml +++ b/.github/workflows/code-format.yaml @@ -15,6 +15,9 @@ jobs: otp-version: '28' elixir-version: '1.18' + - name: Install dependencies + run: mix deps.get + - name: Check format run: mix format --check-formatted