Skip to content

integration test for timeout error #4

integration test for timeout error

integration test for timeout error #4

Workflow file for this run

name: Check Elixir format
on: push
jobs:
build:
name: Check Elixir format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: "1.16"
otp-version: "26"
- name: Install dependencies
run: mix deps.get
- name: Check format
run: mix format --check-formatted