# `Dagger.CheckGroup`
[🔗](https://github.com/dagger/dagger/blob/v0.20.5/sdk/elixir/lib/dagger/gen/check_group.ex#L2)

Dagger.CheckGroup

# `t`

```elixir
@type t() :: %Dagger.CheckGroup{client: term(), query_builder: term()}
```

# `id`

```elixir
@spec id(t()) :: {:ok, Dagger.CheckGroupID.t()} | {:error, term()}
```

A unique identifier for this CheckGroup.

# `list`

```elixir
@spec list(t()) :: {:ok, [Dagger.Check.t()]} | {:error, term()}
```

Return a list of individual checks and their details

# `report`

```elixir
@spec report(t()) :: Dagger.File.t()
```

Generate a markdown report

# `run`

```elixir
@spec run(t()) :: t()
```

Execute all selected checks

---

*Consult [api-reference.md](api-reference.md) for complete listing*
