diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3eb7159..f566133 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,11 +20,11 @@ jobs: - name: Install dependencies run: mix deps.get - - name: Format code (optional) + - name: Lint run: mix format --check-formatted - - name: Start Redis container (optional) - uses: redis/redis-action@v2 + - name: Start Redis container + uses: supercharge/redis-github-action@1.7.0 with: redis-version: '5'